Interface AppIdentitySwitchResultCallback
-
- All Implemented Interfaces:
public interface AppIdentitySwitchResultCallbackCallback used for the application to report to MAM the success or failure of an identity switch.
-
-
Method Summary
Modifier and Type Method Description abstract voidreportIdentitySwitchResult(@NonNull() AppIdentitySwitchResult result)Set whether or not an identity switch should go forward (or whether it failed). -
-
Method Detail
-
reportIdentitySwitchResult
abstract void reportIdentitySwitchResult(@NonNull() AppIdentitySwitchResult result)
Set whether or not an identity switch should go forward (or whether it failed).
- Parameters:
result- whether the identity switch can proceed.
-
-
-
-