public class

PushNotification

extends Object
java.lang.Object
   ↳ com.nexmo.sdk.conversation.push.PushNotification

Summary

Constants
String ACTION_TYPE_IMAGE
String ACTION_TYPE_INVITE
String ACTION_TYPE_INVITED_BY_MEMBER_ID
String ACTION_TYPE_INVITED_BY_USERNAME
String ACTION_TYPE_INVITE_CONVERSATION_ID
String ACTION_TYPE_INVITE_CONVERSATION_NAME
String ACTION_TYPE_TEXT
String CONVERSATION_PUSH_ACTION
String CONVERSATION_PUSH_CONVERSATION_ID
String CONVERSATION_PUSH_TYPE
String PUSH_MESSAGE_PAYLOAD_HEADER
Public Constructors
PushNotification()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ACTION_TYPE_IMAGE

Constant Value: "conversation.sdk.push.image"

public static final String ACTION_TYPE_INVITE

Constant Value: "conversation.sdk.push.member:invited"

public static final String ACTION_TYPE_INVITED_BY_MEMBER_ID

Constant Value: "conversation.sdk.push.member:invitedBy:memberId"

public static final String ACTION_TYPE_INVITED_BY_USERNAME

Constant Value: "conversation.sdk.push.member:invitedBy:username"

public static final String ACTION_TYPE_INVITE_CONVERSATION_ID

Constant Value: "conversation.sdk.push.member:invited:conversation:id"

public static final String ACTION_TYPE_INVITE_CONVERSATION_NAME

Constant Value: "conversation.sdk.push.member:invited:conversation:name"

public static final String ACTION_TYPE_TEXT

Constant Value: "conversation.sdk.push.text"

public static final String CONVERSATION_PUSH_ACTION

Constant Value: "com.nexmo.sdk.conversation.PUSH"

public static final String CONVERSATION_PUSH_CONVERSATION_ID

Constant Value: "conversation.sdk.conversation:id"

public static final String CONVERSATION_PUSH_TYPE

Constant Value: "conversation.sdk.type"

public static final String PUSH_MESSAGE_PAYLOAD_HEADER

Constant Value: "stitch"

Public Constructors

public PushNotification ()