PushFeatureInitializationStatus
Represents the initialization status of the PushFeature module. Follows the same pattern as the main SDK's InitializationStatus.
Types
Properties
Link copied to clipboard
List of component names that were initialized in the module. This will be useful information for debugging any issues with module initialization.
Link copied to clipboard
Indicates whether the module was able to initialize itself enough to be 'usable'. status will return Status.SUCCESS or Status.COMPLETED_WITH_DEGRADED_FUNCTIONALITY.
Link copied to clipboard
Indicates whether there was an error trying to initialize the push manager.
Link copied to clipboard
Initialization status of the PushFeature module.
Link copied to clipboard
If an unrecoverable exception was encountered during initialization then it can be accessed here.