Conversation in Play
The Conversation in Play API helps an app to determine an active Async Conversation. An active conversation is a conversation which is not resolved or expired.
The SDK uses persistent customer IDs to query the back end. The app must provide a persistent customer ID as part of SDK initialization.
ActiveAsyncAPI
Public Methods
-
-(void)checkActiveConversations:(NSString *)siteID andBusinessUnitID:(NSString *)buID andCompletionHandler:(void (^)(ActiveAsyncResponse *))completionBlock
siteID: siteID used by the application.
businessUnitID: businessUnitID used by the application. If not available pass null.
ActiveAsyncResponse
Public Methods
-
(BOOL)isActive
returns true or false