Logout
Overview
Logout
Kommunicate.logout(context, new KMLogoutHandler() {
@Override
public void onSuccess(Context context) {
Log.i("Logout","Success");
}
@Override
public void onFailure(Exception exception) {
Log.i("Logout","Failed");
}
});Last updated
Was this helpful?