ContactsContract.SimAccount.UnknownEfType Field

Definition

Caution

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

An invalid EF type identifier.

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

Field Value

Value = 0

Implements

Attributes

Remarks

An invalid EF type identifier.

Java documentation for android.provider.ContactsContract.SimAccount.UNKNOWN_EF_TYPE.

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