Skip navigation links
C E G I L O P S U 

C

com.leanplum - package com.leanplum
 
customize(NotificationCompat.Builder, Bundle) - Method in interface com.leanplum.LeanplumPushNotificationCustomizer
Implement this method to customize push notification.
customize(Notification.Builder, Bundle, Notification.Style) - Method in interface com.leanplum.LeanplumPushNotificationCustomizer
Implement this method to support 2 lines of text in BigPicture style push notification, otherwise implement LeanplumPushNotificationCustomizer.customize(NotificationCompat.Builder, Bundle) and leave this method empty.

E

enableFirebase() - Static method in class com.leanplum.LeanplumPushService
Deprecated.
FCM is no longer packaged in the SDK. Instead it is split up into modules. Modify your build.gradle by replacing implementation 'com.leanplum:Leanplum:+' with each module separately. For example: implementation 'com.leanplum:leanplum-fcm:+' implementation 'com.leanplum:leanplum-location:+'

G

getRegistrationId() - Method in class com.leanplum.LeanplumManualProvider
 

I

isInitialized() - Method in class com.leanplum.LeanplumManualProvider
 
isManifestSetup() - Method in class com.leanplum.LeanplumManualProvider
 

L

LEANPLUM_ACTION_PARAM - Static variable in class com.leanplum.LeanplumPushService
Action param key contained when Notification Bundle is parsed with parseNotificationBundle(Bundle).
LEANPLUM_MESSAGE_ID - Static variable in class com.leanplum.LeanplumPushService
Message id param key contained when Notification Bundle is parsed with parseNotificationBundle(Bundle).
LEANPLUM_MESSAGE_PARAM - Static variable in class com.leanplum.LeanplumPushService
Message title param key contained when Notification Bundle is parsed with parseNotificationBundle(Bundle).
LEANPLUM_NOTIFICATION - Static variable in class com.leanplum.LeanplumPushService
Intent action used when broadcast is received in custom BroadcastReceiver.
LEANPLUM_SENDER_ID - Static variable in class com.leanplum.LeanplumPushService
Leanplum's built-in Google Cloud Messaging sender ID.
LeanplumLocalPushListenerService - Class in com.leanplum
Listener Service for local push notifications.
LeanplumLocalPushListenerService() - Constructor for class com.leanplum.LeanplumLocalPushListenerService
 
LeanplumManualProvider - Class in com.leanplum
Leanplum provider for manually registering for Cloud Messaging services.
LeanplumPushNotificationCustomizer - Interface in com.leanplum
Implement LeanplumPushNotificationCustomizer to customize the appearance of notifications.
LeanplumPushReceiver - Class in com.leanplum
Handles push notification intents, for example, by tracking opens and performing the open action.
LeanplumPushReceiver() - Constructor for class com.leanplum.LeanplumPushReceiver
 
LeanplumPushRegistrationService - Class in com.leanplum
Registration service that handles registration with the GCM and FCM, using InstanceID.
LeanplumPushRegistrationService() - Constructor for class com.leanplum.LeanplumPushRegistrationService
 
LeanplumPushService - Class in com.leanplum
Leanplum push notification service class, handling initialization, opening, showing, integration verification and registration for push notifications.
LeanplumPushService() - Constructor for class com.leanplum.LeanplumPushService
 

O

onHandleIntent(Intent) - Method in class com.leanplum.LeanplumLocalPushListenerService
 
onHandleIntent(Intent) - Method in class com.leanplum.LeanplumPushRegistrationService
 
onReceive(Context, Intent) - Method in class com.leanplum.LeanplumPushReceiver
 

P

parseNotificationBundle(Bundle) - Static method in class com.leanplum.LeanplumPushService
Parse notification bundle.
postHandlePushNotification(Context, Intent) - Static method in class com.leanplum.LeanplumPushService
Must be called after deciding which activity will be opened, to allow Leanplum SDK to track stats, open events etc.
preHandlePushNotification(Context, Intent) - Static method in class com.leanplum.LeanplumPushService
Must be called before deciding which activity will be opened, to allow Leanplum SDK to track stats, open events etc.

S

setCustomizer(LeanplumPushNotificationCustomizer) - Static method in class com.leanplum.LeanplumPushService
Sets an object used to customize the appearance of notifications.
setCustomizer(LeanplumPushNotificationCustomizer, boolean) - Static method in class com.leanplum.LeanplumPushService
Sets an object used to customize the appearance of notifications.
setDefaultCallbackClass(Class<? extends Activity>) - Static method in class com.leanplum.LeanplumPushService
Changes the default activity to launch if the user opens a push notification.
setGcmRegistrationId(String) - Static method in class com.leanplum.LeanplumPushService
Register manually for Google Cloud Messaging services.
setGcmSenderId(String) - Static method in class com.leanplum.LeanplumPushService
Sets the Google Cloud Messaging sender ID.
setGcmSenderIds(String...) - Static method in class com.leanplum.LeanplumPushService
Sets the Google Cloud Messaging sender ID.

U

unregister() - Method in class com.leanplum.LeanplumManualProvider
 
unregister() - Static method in class com.leanplum.LeanplumPushService
Unregisters the device from all GCM push notifications.
C E G I L O P S U 
Skip navigation links