PixelCopy.Success Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.

The pixel copy request succeeded

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

Field Value

Value = 0
Attributes

Remarks

The pixel copy request succeeded

Java documentation for android.view.PixelCopy.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