PushFeature
PushFeatureInitializationStatus
WhenReadyHandler
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
com.salesforce.marketingcloud.pushfeature
Represents the initialization status of the PushFeature module, following the same pattern as the main SDK’s InitializationStatus. This class provides information about the outcome of the PushFeature module’s initialization process and helps diagnose any issues that may have occurred.
class
List<String>Booleantrue when status is SUCCESS or COMPLETED_WITH_DEGRADED_FUNCTIONALITY.BooleanPushFeatureInitializationStatus.StatusThrowable?Type: enum class Status : Enum<PushFeatureInitializationStatus.Status>
Represents the overall outcome of the PushFeature module’s initialization.
SUCCESSIndicates that the PushFeature module initialized successfully without any issues.
COMPLETED_WITH_DEGRADED_FUNCTIONALITYIndicates that the PushFeature module completed initialization but with some reduced functionality. The module is still usable but may not have all features available.