Intent.ExtraCaptureContentForNoteStatusCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An int extra used by activity started with
#ACTION_LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE
to indicate status of the response.
[Android.Runtime.Register("EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE", ApiSince=34)]
public const string ExtraCaptureContentForNoteStatusCode;
[<Android.Runtime.Register("EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE", ApiSince=34)>]
val mutable ExtraCaptureContentForNoteStatusCode : string
Field Value
Implements
- Attributes
Remarks
An int extra used by activity started with #ACTION_LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE
to indicate status of the response. This extra is used along with result code set to android.app.Activity#RESULT_OK
.
The value for this extra can be one of the following: <ul> <li>#CAPTURE_CONTENT_FOR_NOTE_SUCCESS
</li> <li>#CAPTURE_CONTENT_FOR_NOTE_FAILED
</li> <li>#CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED
</li> <li>#CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED
</li> <li>#CAPTURE_CONTENT_FOR_NOTE_BLOCKED_BY_ADMIN
</li> </ul>
Java documentation for android.content.Intent.EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE
.
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.