Intent.CaptureContentForNoteSuccess Field

Definition

Caution

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

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that the request was a success.

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

Field Value

Value = 0

Implements

Attributes

Remarks

A response code used with #EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE to indicate that the request was a success.

This code will only be returned after the user has interacted with the system screenshot activity to consent to sharing the data with the note.

The captured screenshot is returned as a Uri through #getData().

Java documentation for android.content.Intent.CAPTURE_CONTENT_FOR_NOTE_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