Share via


CarrierConfigManager.ImsServiceEntitlement.KeyFcmSenderIdString Field

Definition

The FCM sender ID for the carrier.

[Android.Runtime.Register("KEY_FCM_SENDER_ID_STRING", ApiSince=31)]
public const string KeyFcmSenderIdString;
[<Android.Runtime.Register("KEY_FCM_SENDER_ID_STRING", ApiSince=31)>]
val mutable KeyFcmSenderIdString : string

Field Value

Attributes

Remarks

The FCM sender ID for the carrier. Used to trigger a carrier network requested entitlement configuration via Firebase Cloud Messaging (FCM). Do not set if the carrier doesn't use FCM for network requested entitlement configuration.

Reference: GSMA TS.43-v5, section 2.4, Network Requested Entitlement Configuration.

Java documentation for android.telephony.CarrierConfigManager.ImsServiceEntitlement.KEY_FCM_SENDER_ID_STRING.

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