共用方式為


SubscriptionManager.GetDeviceToDeviceStatusSharingContacts(Int32) Method

Definition

Get the list of contacts that allow device to device status sharing.

[Android.Runtime.Register("getDeviceToDeviceStatusSharingContacts", "(I)Ljava/util/List;", "GetGetDeviceToDeviceStatusSharingContacts_IHandler", ApiSince=31)]
public virtual System.Collections.Generic.IList<Android.Net.Uri> GetDeviceToDeviceStatusSharingContacts (int subscriptionId);
[<Android.Runtime.Register("getDeviceToDeviceStatusSharingContacts", "(I)Ljava/util/List;", "GetGetDeviceToDeviceStatusSharingContacts_IHandler", ApiSince=31)>]
abstract member GetDeviceToDeviceStatusSharingContacts : int -> System.Collections.Generic.IList<Android.Net.Uri>
override this.GetDeviceToDeviceStatusSharingContacts : int -> System.Collections.Generic.IList<Android.Net.Uri>

Parameters

subscriptionId
Int32

Subscription id.

Returns

The list of contacts that allow device to device status sharing.

Attributes

Remarks

Get the list of contacts that allow device to device status sharing.

Java documentation for android.telephony.SubscriptionManager.getDeviceToDeviceStatusSharingContacts(int).

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