![]() |
Speedify SDK for Android 15.5.0
|
Launches the share sheet with the log file. More...
Public Member Functions | |
LaunchShareSheet () | |
Default constructor. | |
LaunchShareSheet (String email, String subject, String body) | |
Constructor with email, subject, and body. | |
boolean | run (Context context, ILogCompleteCallback.CompletionData completionData) |
Run the action. | |
![]() |
Launches the share sheet with the log file.
LaunchShareSheet | ( | ) |
Default constructor.
LaunchShareSheet | ( | String | email, |
String | subject, | ||
String | body ) |
Constructor with email, subject, and body.
email address of the user | |
subject | subject string (for email sharing) |
body | main message used in email or instant message bodies |
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 |
Implements LogGeneration.LogAction.