Session2Command.Result.ResultErrorUnknownError Field

Definition

Result code represents that call is ended with an unknown error.

[Android.Runtime.Register("RESULT_ERROR_UNKNOWN_ERROR", ApiSince=29)]
public const int ResultErrorUnknownError = -1;
[<Android.Runtime.Register("RESULT_ERROR_UNKNOWN_ERROR", ApiSince=29)>]
val mutable ResultErrorUnknownError : int

Field Value

Value = -1
Attributes

Remarks

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

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