![]() |
Speedify SDK for Android 15.5.0
|
Submits longs to the directory server using the sendLogReport
.
More...
Public Member Functions | |
SubmitToDirectory () | |
Default constructor. | |
SubmitToDirectory (String email, String message) | |
Constructor with email and message. | |
boolean | run (Context context, final ILogCompleteCallback.CompletionData completionData) |
Run the action. | |
![]() |
Submits longs to the directory server using the sendLogReport
.
Default constructor.
SubmitToDirectory | ( | String | email, |
String | message ) |
Constructor with email and message.
email address of the user | |
message | main message used in email or instant message bodies |
boolean run | ( | Context | context, |
final 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.