-
public interface BatchOptOutResultListenerInterface describing a listener for server-side Opt-Out/Opt-Out and wipe acknowledgment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBatchOptOutResultListener.ErrorPolicy
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess()abstract BatchOptOutResultListener.ErrorPolicyonError()-
-
Method Detail
-
onSuccess
abstract void onSuccess()
-
onError
abstract BatchOptOutResultListener.ErrorPolicy onError()
-
-
-
-