SubscriptionManager.D2dSharingAllContacts フィールド

定義

注意事項

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

デバイスの状態は、ユーザーの連絡先のすべての番号と共有されます。

[Android.Runtime.Register("D2D_SHARING_ALL_CONTACTS", 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 D2dSharingAllContacts = 1;
[<Android.Runtime.Register("D2D_SHARING_ALL_CONTACTS", 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 D2dSharingAllContacts : Android.Telephony.D2DSharing

フィールド値

Value = 1
属性

注釈

デバイスの状態は、ユーザーの連絡先のすべての番号と共有されます。

android.telephony.SubscriptionManager.D2D_SHARING_ALL_CONTACTSJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象