public class LeanplumManualProvider
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRegistrationId()
Registration app for Cloud Messaging.
|
boolean |
isInitialized()
Whether Messaging Provider is initialized correctly.
|
boolean |
isManifestSetup()
Whether app manifest is setup correctly.
|
void |
storePreferences(android.content.Context context)
Stores the registration ID in the application's
SharedPreferences . |
void |
unregister()
Unregister from cloud messaging.
|
public java.lang.String getRegistrationId()
public boolean isInitialized()
public boolean isManifestSetup()
public void unregister()
public void storePreferences(android.content.Context context)
SharedPreferences
.context
- The application context.