ControlPanelStopLoadWithReturnValue Method |
Same as StopLoad(), but tells you if the command is accepted or not
Namespace:
frame8.MediaPlayer8Example
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool StopLoadWithReturnValue(
Action onDone,
Action<string, AndroidJavaObject> onError
)
Parameters
- onDone
- Type: SystemAction
- onError
- Type: SystemActionString, AndroidJavaObject
Return Value
Type:
Booleantrue if it's accepted (and thus one of the provided callbacks will be called)
See Also