Interface MAMSetUIIdentityCallback
-
- All Implemented Interfaces:
public interface MAMSetUIIdentityCallbackMAMPolicyManager callback Interface. Application needs to implement
notifyIdentityResultto receive setUIPolicyIdentityOID result.
-
-
Method Summary
Modifier and Type Method Description abstract voidnotifyIdentityResult(@NonNull() MAMIdentitySwitchResult identitySwitchResult)callback to send setUIPolicyIdentityOID result back to app. -
-
Method Detail
-
notifyIdentityResult
abstract void notifyIdentityResult(@NonNull() MAMIdentitySwitchResult identitySwitchResult)
callback to send setUIPolicyIdentityOID result back to app.
- Parameters:
identitySwitchResult- IdentityTransitionResult
-
-
-
-