![]() |
Speedify SDK for Android 15.5.0
|
Interface for a log action to be taken after log generation. More...
Public Member Functions | |
boolean | run (Context context, ILogCompleteCallback.CompletionData completionData) |
Run the action. | |
Interface for a log action to be taken after log generation.
boolean run | ( | Context | context, |
ILogCompleteCallback.CompletionData | completionData ) |
Run the action.
context | context used for OS acess |
completionData | data about the completion, such as the file created or ticket ID |
Implemented in LogGeneration.LaunchShareSheet, and LogGeneration.SubmitToDirectory.