ApplicationStartInfo.StartReasonContentProvider Campo

Definición

Precaución

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

Proceso iniciado debido al acceso de ContentProvider por cualquier motivo que no aparezca explícitamente.

[Android.Runtime.Register("START_REASON_CONTENT_PROVIDER", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoStartReason enum directly instead of this field.", true)]
public const Android.App.ApplicationStartInfoStartReason StartReasonContentProvider = 4;
[<Android.Runtime.Register("START_REASON_CONTENT_PROVIDER", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationStartInfoStartReason enum directly instead of this field.", true)>]
val mutable StartReasonContentProvider : Android.App.ApplicationStartInfoStartReason

Valor de campo

Value = 4

Implementaciones

Atributos

Comentarios

Proceso iniciado debido al acceso de ContentProvider por cualquier motivo que no aparezca explícitamente.

Referencia de Android para android.app.ApplicationStartInfo.START_REASON_CONTENT_PROVIDER.

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