CalendarContract.EventsEntity.InterfaceConsts.AccessDefault Campo

Definizione

Attenzione

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

L'accesso predefinito è controllato dal server e verrà considerato pubblico nel dispositivo.

[Android.Runtime.Register("ACCESS_DEFAULT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAccess enum directly instead of this field.", true)]
public const Android.Provider.EventsAccess AccessDefault = 0;
[<Android.Runtime.Register("ACCESS_DEFAULT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.EventsAccess enum directly instead of this field.", true)>]
val mutable AccessDefault : Android.Provider.EventsAccess

Valore del campo

Value = 0
Attributi

Commenti

L'accesso predefinito è controllato dal server e verrà considerato pubblico nel dispositivo.

per android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a