Share via


TvInputManager.RecordingErrorUnknown Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.TV.RecordingError enum directly instead of this field.

Error for TvInputService.RecordingSession#notifyError(int) and TvRecordingClient.RecordingCallback#onError(int): The requested operation cannot be completed due to a problem that does not fit under any other error codes, or the error code for the problem is defined on the higher version than application's android:targetSdkVersion.

[Android.Runtime.Register("RECORDING_ERROR_UNKNOWN", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.RecordingError enum directly instead of this field.", true)]
public const Android.Media.TV.RecordingError RecordingErrorUnknown = 0;
[<Android.Runtime.Register("RECORDING_ERROR_UNKNOWN", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.RecordingError enum directly instead of this field.", true)>]
val mutable RecordingErrorUnknown : Android.Media.TV.RecordingError

Field Value

Value = 0
Attributes

Remarks

Error for TvInputService.RecordingSession#notifyError(int) and TvRecordingClient.RecordingCallback#onError(int): The requested operation cannot be completed due to a problem that does not fit under any other error codes, or the error code for the problem is defined on the higher version than application's android:targetSdkVersion.

Java documentation for android.media.tv.TvInputManager.RECORDING_ERROR_UNKNOWN.

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