We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eeb134 commit 215c73dCopy full SHA for 215c73d
articles/communication-services/tutorials/includes/log-file-retrieval-android.md
@@ -2,9 +2,9 @@
2
// Call when a support request is being called
3
private void onSupportRequest(String userMessage) {
4
// Assuming the getSupportFiles method returns a List or similar collection.
5
- List<SupportFile> supportFiles = callClient.getdebugInfo().getSupportFiles();
+ List<File> supportFiles = callClient.getdebugInfo().getSupportFiles();
6
7
// Send the files and any user message to your Ticket System
8
dispatchSupportRequestToBackend(userMessage, supportFiles);
9
}
10
-```
+```
0 commit comments