MobileAppMessagingInitializationStatus
Package: com.salesforce.marketingcloud.mobileappmessaging
SDK Version: 11.0.0
The MobileAppMessagingInitializationStatus class provides detailed information about the initialization state of the MobileAppMessaging module. It reports the overall status, any errors encountered, and lists successfully initialized components.
An enumeration representing the overall initialization outcome for the module.
A list containing the names of all components that were successfully initialized.
Indicates whether the module can be used despite any initialization errors that may have occurred.
The current initialization status of the module.
Returns true if storage initialization failed during the module setup process.
Contains an unrecoverable exception that occurred during initialization, or null if no such exception was encountered.
This class is used to inspect the initialization state after attempting to initialize the MobileAppMessaging module, allowing developers to determine if the module is ready for use and diagnose any initialization issues.