/
OptOut Async API

OptOut Async API

Package : com.appoxee.asyncs.optout
Implement in class : OptOutCallback interface

Usage :
//this ­->delegate, true/false ­ value to set

OptOutInvocationClass.pushOptOut(this,true / false);



//this ­->delegate, true/false ­ value to set

OptOutInvocationClass.inboeOptOut(this,true / false);



Callback :
//Name ­ “inbox”/”pushToken” , result ­ if operation is successful @Override

public void GetOptOutResult(String name,Boolean result) {

}

Related content

Using Opt In/Out in Android (Since SDK V2.0)
Using Opt In/Out in Android (Since SDK V2.0)
More like this
Inbox SDK Integration for Android
Inbox SDK Integration for Android
More like this
Request Notification at Best Time for Appoxee Standalone
Request Notification at Best Time for Appoxee Standalone
More like this
Disable and re enable Push Notifications
Disable and re enable Push Notifications
More like this
Disable and re-enable Push Notifications for Appoxee Standalone
Disable and re-enable Push Notifications for Appoxee Standalone
More like this
Appoxee Android Async API (from v2.4.1)
Appoxee Android Async API (from v2.4.1)
More like this