ALCSubscriber Protocol Reference

Conforms to ALCEntity
Declared in ALCSubscriber.h

Overview

Protocol that subscribers in the AppLovin pub-sub system should conform to in order to receive messages from subscribed topics.

– didReceiveMessage: required method

Called when a message of a topic the subscriber is interested in has been received.

- (void)didReceiveMessage:(ALCMessage *)message

Discussion

Called when a message of a topic the subscriber is interested in has been received.

Declared In

ALCSubscriber.h