Sdílet prostřednictvím


EditingEndedEvent.FinalStateError Field

Definition

Caution

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

The editing operation failed due to an error.

[Android.Runtime.Register("FINAL_STATE_ERROR", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.EditingEndedEventFinalState enum directly instead of this field.", true)]
public const Android.Media.Metrics.EditingEndedEventFinalState FinalStateError = 3;
[<Android.Runtime.Register("FINAL_STATE_ERROR", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.EditingEndedEventFinalState enum directly instead of this field.", true)>]
val mutable FinalStateError : Android.Media.Metrics.EditingEndedEventFinalState

Field Value

Value = 3

Implements

Attributes

Remarks

The editing operation failed due to an error.

Java documentation for android.media.metrics.EditingEndedEvent.FINAL_STATE_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