java.lang.Object | |
↳ | com.kinvey.android.push.AbstractPush |
![]() |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACTION_NOTIFICATION_OPENED | ||||||||||
String | ACTION_PUSH_RECEIVED | ||||||||||
String | ACTION_REGISTRATION_FINISHED | ||||||||||
String | EXTRA_ALERT | ||||||||||
String | EXTRA_APID | ||||||||||
String | EXTRA_NOTIFICATION_ID | ||||||||||
String | EXTRA_PUSH_ID | ||||||||||
String | EXTRA_REGISTRATION_ERROR | ||||||||||
String | EXTRA_REGISTRATION_VALID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final String | TAG |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | disablePush() | ||||||||||
abstract String | getPushId() | ||||||||||
Class<? extends BroadcastReceiver> | getPushIntentReceiver() | ||||||||||
abstract PushOptions | getPushOptions(String pushAppKey, String pushAppSecret, boolean inProduction) | ||||||||||
abstract AbstractPush | initialize(PushOptions options, Application currentApp) | ||||||||||
abstract boolean | isPushEnabled() | ||||||||||
void | setIntentReceiver(Class<? extends BroadcastReceiver> receiver) | ||||||||||
void | setNotificationBuilder(PushNotificationBuilder builder) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |