- getAccessToken() - Static method in class com.wonderpush.sdk.WonderPush
-
Gets the access token, used to grant access to the current installation
to the WonderPush REST API.
- getChannel(String) - Static method in class com.wonderpush.sdk.WonderPushUserPreferences
-
Get a channel.
- getChannelGroup(String) - Static method in class com.wonderpush.sdk.WonderPushUserPreferences
-
Get a channel group.
- getColor() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the color to impose on all notifications posted to this channel.
- getDefaultChannelId() - Static method in class com.wonderpush.sdk.WonderPushUserPreferences
-
Get the default channel id.
- getDescription() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the user visible description of this channel.
- getDeviceId() - Static method in class com.wonderpush.sdk.WonderPush
-
Gets the device id, used to identify a single device across applications,
and to correctly identify multiple users on a single device.
- getGroupId() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns what group this channel belongs to.
- getId() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the id of this channel.
- getId() - Method in class com.wonderpush.sdk.WonderPushChannelGroup
-
Returns the id of this channel group.
- getImportance() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the user specified importance for notifications posted to this channel.
- getInstallationCustomProperties() - Static method in class com.wonderpush.sdk.WonderPush
-
Returns the latest known custom properties attached to the current installation object stored by WonderPush.
- getInstallationId() - Static method in class com.wonderpush.sdk.WonderPush
-
Gets the device id, used to identify a single device across applications,
and to correctly identify multiple users on a single device.
- getLightColor() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the notification light color for notifications posted to this channel,
if lights are enabled on this channel and the device supports that feature.
- getLights() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns whether notifications posted to this channel trigger notification lights.
- getLocalOnly() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns whether notifications posted to this channel should be local to this device.
- getLockscreenVisibility() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns whether or not notifications posted to this channel are shown on the lockscreen in full or redacted form.
- getName() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the user visible name of this channel.
- getName() - Method in class com.wonderpush.sdk.WonderPushChannelGroup
-
Returns the user visible name of this channel group.
- getNotificationEnabled() - Static method in class com.wonderpush.sdk.WonderPush
-
Returns whether push notification are enabled.
- getPushToken() - Static method in class com.wonderpush.sdk.WonderPush
-
Gets the push token, used to send notification to this installation.
- getSound() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns whether a sound should be played for notifications posted to this channel.
- getSoundUri() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the notification sound for this channel.
- getUserId() - Static method in class com.wonderpush.sdk.WonderPush
-
Gets the user id, used to identify a single identity across multiple devices,
and to correctly identify multiple users on a single device.
- getVibrate() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns whether notifications posted to this channel always vibrate.
- getVibrateInSilentMode() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns whether notifications posted to this channel vibrate if the device is in silent mode.
- getVibrationPattern() - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the vibration pattern for notifications posted to this channel.
- setChannelGroups(Collection<WonderPushChannelGroup>) - Static method in class com.wonderpush.sdk.WonderPushUserPreferences
-
Create, update and remove channel existing groups to match the given channel groups.
- setChannels(Collection<WonderPushChannel>) - Static method in class com.wonderpush.sdk.WonderPushUserPreferences
-
Create, update and remove channels to match the given channels.
- setColor(Integer) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the color to impose on all notifications posted to this channel.
- setDefaultChannelId(String) - Static method in class com.wonderpush.sdk.WonderPushUserPreferences
-
Set the default channel id.
- setDescription(String) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the user visible description of this channel.
- setImportance(Integer) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the level of interruption of this notification channel.
- setLightColor(Integer) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Returns the notification light color for notifications posted to this channel.
- setLights(Boolean) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets whether notifications posted to this channel should display notification lights, on devices that support that feature.
- setLocalOnly(Boolean) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets whether notifications posted to this channel should be local to this device.
- setLockscreenVisibility(Integer) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets whether notifications posted to this channel appear on the lockscreen or not, and if so, whether they appear in a redacted form.
- setLogging(boolean) - Static method in class com.wonderpush.sdk.WonderPush
-
Whether to enable debug logging.
- setName(String) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the user visible name of this channel.
- setName(String) - Method in class com.wonderpush.sdk.WonderPushChannelGroup
-
Sets the user visible name of this channel group.
- setNotificationEnabled(boolean) - Static method in class com.wonderpush.sdk.WonderPush
-
Sets whether to enable push notifications for the current device.
- setSound(Boolean) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets whether a sound should be played for notifications posted to this channel.
- setSoundUri(Uri) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the sound that should be played for notifications posted to this channel and its audio attributes.
- setUserId(String) - Static method in class com.wonderpush.sdk.WonderPush
-
Sets the user id, used to identify a single identity across multiple devices,
and to correctly identify multiple users on a single device.
- setVibrate(Boolean) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets whether notification posted to this channel should vibrate.
- setVibrateInSilentMode(Boolean) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets whether notifications posted to this channel vibrate if the device is in silent mode.
- setVibrationPattern(long[]) - Method in class com.wonderpush.sdk.WonderPushChannel
-
Sets the vibration pattern for notifications posted to this channel.
- showPotentialNotification(Activity, Intent) - Static method in class com.wonderpush.sdk.WonderPush
-
Method to call on your onNewIntent()
and onCreate()
methods to handle the WonderPush notification.