SubscriptionManager.GetDeviceToDeviceStatusSharingContacts(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.