Session2Command.Result.ResultSuccess Field

Definition

Result code representing that the command is successfully completed.

[Android.Runtime.Register("RESULT_SUCCESS", ApiSince=29)]
public const int ResultSuccess = 0;
[<Android.Runtime.Register("RESULT_SUCCESS", ApiSince=29)>]
val mutable ResultSuccess : int

Field Value

Value = 0
Attributes

Remarks

Java documentation for android.media.Session2Command.Result.RESULT_SUCCESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to