MobileAppMessaging
MobileAppMessagingConfig
MobileAppMessagingInitializationStatus
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Package: com.salesforce.marketingcloud.mobileappmessaging
Inheritance: MobileAppMessagingConfig extends MamModuleConfig
A data class that provides configuration for the MobileAppMessaging module in the Salesforce Marketing Cloud Unified SDK.
1data class MobileAppMessagingConfig : MamModuleConfig| Property | Type | Description |
|---|---|---|
accessToken | String | Access token for authentication |
analyticsEnabled | Boolean | Flag indicating whether analytics are enabled |
endpointUrl | String | The endpoint URL for the messaging service |
moduleApplicationId | String | Module application identifier (overrides parent) |
tenantId | String | Tenant identifier |
1class BuilderA builder class for constructing MobileAppMessagingConfig instances.
1object CompanionCompanion object for the configuration class.