Speedify SDK for Android 15.5.0
Loading...
Searching...
No Matches
LogGeneration.LaunchShareSheet Class Reference

Launches the share sheet with the log file. More...

Inheritance diagram for LogGeneration.LaunchShareSheet:
LogGeneration.LogAction

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.
 
- Public Member Functions inherited from LogGeneration.LogAction

Detailed Description

Launches the share sheet with the log file.

Since
14.8.6

Constructor & Destructor Documentation

◆ LaunchShareSheet() [1/2]

Default constructor.

Since
14.8.6

◆ LaunchShareSheet() [2/2]

LaunchShareSheet ( String email,
String subject,
String body )

Constructor with email, subject, and body.

Parameters
emailemail address of the user
subjectsubject string (for email sharing)
bodymain message used in email or instant message bodies
Since
14.8.6

Member Function Documentation

◆ run()

boolean run ( Context context,
ILogCompleteCallback.CompletionData completionData )

Run the action.

Parameters
contextcontext used for OS acess
completionDatadata about the completion, such as the file created or ticket ID
Returns
if the action was successful
Since
14.8.6

Implements LogGeneration.LogAction.


The documentation for this class was generated from the following file: