Intent.ExtraCaptureContentForNoteStatusCode Campo

Definición

Una actividad extra int usada con #ACTION_LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE para indicar el estado de la respuesta.

[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

Valor de campo

Implementaciones

Atributos

Comentarios

Una actividad extra int usada con #ACTION_LAUNCH_CAPTURE_CONTENT_ACTIVITY_FOR_NOTE para indicar el estado de la respuesta. Este extra se usa junto con el código de resultado establecido android.app.Activity#RESULT_OKen .

El valor de este extra puede ser uno de los siguientes: <ul><li>#CAPTURE_CONTENT_FOR_NOTE_SUCCESS</li><>#CAPTURE_CONTENT_FOR_NOTE_FAILED< li/li/li><>#CAPTURE_CONTENT_FOR_NOTE_USER_CANCELED< li/><>#CAPTURE_CONTENT_FOR_NOTE_WINDOW_MODE_UNSUPPORTED<li/li><>#CAPTURE_CONTENT_FOR_NOTE_BLOCKED_BY_ADMIN< li/li/li></ul>

Java documentación para android.content.Intent.EXTRA_CAPTURE_CONTENT_FOR_NOTE_STATUS_CODE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a