If the Activity you pass to shareLogs
implements this, then this callback will be called after logs are created.
More...
|
default void | logComplete (boolean success) |
|
default void | logComplete (boolean success, @NonNull CompletionData completionData) |
| Called upon completion of log generation, just before Android share chooser is shown.
|
|
If the Activity you pass to shareLogs
implements this, then this callback will be called after logs are created.
- Since
- 6.1
◆ logComplete() [1/2]
default void logComplete |
( |
boolean | success | ) |
|
◆ logComplete() [2/2]
default void logComplete |
( |
boolean | success, |
|
|
@NonNull CompletionData | completionData ) |
Called upon completion of log generation, just before Android share chooser is shown.
- Parameters
-
success | if log generation completed successfully |
completionData | data about the completion, such as the file created or ticket ID |
- Since
- 14.8.6
The documentation for this interface was generated from the following file: