public class AppLovinCommunicatorMessage
extends CommunicatorMessageImpl
Class representing messages passed in the Communicator SDK.
| Constructor and Description |
|---|
AppLovinCommunicatorMessage(android.os.Bundle data,
java.lang.String topic,
AppLovinCommunicatorPublisher publisher)
Create a message with data in a pre-determined format for a given topic.
|
AppLovinCommunicatorMessage(android.os.Bundle data,
java.lang.String topic,
AppLovinCommunicatorPublisher publisher,
boolean sticky)
Create a message with data in a pre-determined format for a given topic.
|
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
getMessageData()
Get the raw data of the message.
|
java.lang.String |
getPublisherId()
Get the id of the publisher of the message.
|
java.lang.String |
getTopic()
Get the topic of the message.
|
public AppLovinCommunicatorMessage(android.os.Bundle data,
java.lang.String topic,
AppLovinCommunicatorPublisher publisher)
public AppLovinCommunicatorMessage(android.os.Bundle data,
java.lang.String topic,
AppLovinCommunicatorPublisher publisher,
boolean sticky)
public android.os.Bundle getMessageData()
public java.lang.String getTopic()
com.applovin.impl.communicator.Topic.public java.lang.String getPublisherId()