CarrierConfigManager.ImsServiceEntitlement.KeyFcmSenderIdString Field
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.
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.
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.