AWSPushTopicDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | AWSPushManager.h |
– topicDidSubscribe:
required method
Indicates the subscribe succeeded.
- (void)topicDidSubscribe:(AWSPushTopic *)topicParameters
topic |
The topic object. |
|---|
Declared In
AWSPushManager.h
– topic:didFailToSubscribeWithError:
required method
Indicates the subscribe failed.
- (void)topic:(AWSPushTopic *)topic didFailToSubscribeWithError:(NSError *)errorParameters
topic |
The topic object. |
|---|---|
error |
An |
Declared In
AWSPushManager.h
– topicDidUnsubscribe:
required method
Indicates the unsubscribe succeeded.
- (void)topicDidUnsubscribe:(AWSPushTopic *)topicParameters
topic |
The topic object. |
|---|
Declared In
AWSPushManager.h
– topic:didFailToUnsubscribeWithError:
required method
Indicates the unsubscribe failed.
- (void)topic:(AWSPushTopic *)topic didFailToUnsubscribeWithError:(NSError *)errorParameters
topic |
The topic object. |
|---|---|
error |
An |
Declared In
AWSPushManager.h