SubscriptionManager.D2dSharingDisabled Campo

Definición

Precaución

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

El estado del dispositivo no se comparte con una entidad remota.

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

Valor de campo

Value = 0
Atributos

Comentarios

El estado del dispositivo no se comparte con una entidad remota.

Java documentación para android.telephony.SubscriptionManager.D2D_SHARING_DISABLED.

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