Response
public extension Response
This is the extension of Response class in the BMSCore.
It is used to handle the responses from the push REST API calls.
-
This methode will convert the response that get while calling the
retrieveSubscriptionsWithCompletionHandlerin `BMSPushClient’ class into an array of Tags and send to the Client app.This will use the public property
responseTextin theResponseClass.Declaration
Swift
func subscriptions() -> NSMutableArray -
This methode will convert the response that get while calling the
subscribeToTagsin `BMSPushClient’ class into an Dictionary of details and send to the Client app.This will use the public property
responseTextin theResponseClass.Declaration
Swift
func subscribeStatus() -> NSMutableDictionary -
This methode will convert the response that get while calling the
unsubscribeFromTagsin `BMSPushClient’ class into an Dictionary of details and send to the Client app.This will use the public property
responseTextin theResponseClass.Declaration
Swift
func unsubscribeStatus() -> NSMutableDictionary -
This methode will convert the response that get while calling the
retrieveAvailableTagsWithCompletionHandlerin `BMSPushClient’ class into an array and send to the Client app.This will use the public property
responseTextin theResponseClass.Declaration
Swift
func availableTags() -> NSMutableArray
View on GitHub
Response Extension Reference