Click or drag to resize

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
Syntax
C#
public bool StopLoadWithReturnValue(
	Action onDone,
	Action<string, AndroidJavaObject> onError
)

Parameters

onDone
Type: SystemAction
onError
Type: SystemActionString, AndroidJavaObject

Return Value

Type: Boolean
true if it's accepted (and thus one of the provided callbacks will be called)
See Also