SPTAppRemoteUserAPIDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | SPTAppRemoteUserAPI.h |
Overview
The SPTAppRemoteUserAPIDelegate gets notified whenever the user API receives new data from subscription events.
– userAPI:didReceiveCapabilities:
required method
Called when the capabilities has been updated.
- (void)userAPI:(id<SPTAppRemoteUserAPI>)userAPI didReceiveCapabilities:(id<SPTAppRemoteUserCapabilities>)capabilitiesParameters
userAPI |
The API that received updates. |
|---|---|
capabilities |
The new capabilities that was received. |
Discussion
Note: This will only be called if there is an active capabilities subscription.
Declared In
SPTAppRemoteUserAPI.h