Skip to content

Commit 215c73d

Browse files
authored
Update log-file-retrieval-android.md
1 parent 2eeb134 commit 215c73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/includes/log-file-retrieval-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// Call when a support request is being called
33
private void onSupportRequest(String userMessage) {
44
// Assuming the getSupportFiles method returns a List or similar collection.
5-
List<SupportFile> supportFiles = callClient.getdebugInfo().getSupportFiles();
5+
List<File> supportFiles = callClient.getdebugInfo().getSupportFiles();
66

77
// Send the files and any user message to your Ticket System
88
dispatchSupportRequestToBackend(userMessage, supportFiles);
99
}
10-
```
10+
```

0 commit comments

Comments
 (0)