Speedify SDK for Android 15.5.0
Loading...
Searching...
No Matches
LogGeneration.LogAction Interface Reference

Interface for a log action to be taken after log generation. More...

Inheritance diagram for LogGeneration.LogAction:
LogGeneration.LaunchShareSheet LogGeneration.SubmitToDirectory

Public Member Functions

boolean run (Context context, ILogCompleteCallback.CompletionData completionData)
 Run the action.
 

Detailed Description

Interface for a log action to be taken after log generation.

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

Implemented in LogGeneration.LaunchShareSheet, and LogGeneration.SubmitToDirectory.


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