Share via


Telephony.CarrierId.GetSpecificCarrierIdUriForSubscriptionId(Int32) Method

Definition

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

Uri

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().

Java documentation for android.provider.Telephony.CarrierId.getSpecificCarrierIdUriForSubscriptionId(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