Telephony.CarrierId.GetSpecificCarrierIdUriForSubscriptionId(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.
Generates a content Uri
used to receive updates on specific carrier identity
change on the given subscriptionId returned by
TelephonyManager#getSimSpecificCarrierId()
.
[Android.Runtime.Register("getSpecificCarrierIdUriForSubscriptionId", "(I)Landroid/net/Uri;", "", ApiSince=29)]
public static Android.Net.Uri GetSpecificCarrierIdUriForSubscriptionId (int subscriptionId);
[<Android.Runtime.Register("getSpecificCarrierIdUriForSubscriptionId", "(I)Landroid/net/Uri;", "", ApiSince=29)>]
static member GetSpecificCarrierIdUriForSubscriptionId : int -> Android.Net.Uri
Parameters
- subscriptionId
- Int32
the subscriptionId to receive updates on
Returns
the Uri used to observe specific carrier identity changes
- Attributes
Remarks
Generates a content Uri
used to receive updates on specific carrier identity change on the given subscriptionId returned by TelephonyManager#getSimSpecificCarrierId()
.
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.