public interface AppLovinCommunicatorSubscriber extends AppLovinCommunicatorEntity
Interface that subscribers in the AppLovin pub-sub system should conform to in order to receive messages from subscribed topics.
| Modifier and Type | Method and Description |
|---|---|
void |
onMessageReceived(AppLovinCommunicatorMessage message)
Called when a message of a topic the subscriber is interested in has been received.
|
getCommunicatorIdvoid onMessageReceived(AppLovinCommunicatorMessage message)