public interface

AppIdentitySwitchResultCallback

com.microsoft.intune.mam.client.app.AppIdentitySwitchResultCallback

Class Overview

Callback used for the application to report to MAM the success or failure of an identity switch.

Summary

Public Methods
abstract void reportIdentitySwitchResult(AppIdentitySwitchResult result)
Set whether or not an identity switch should go forward (or whether it failed).

Public Methods

public abstract void reportIdentitySwitchResult (AppIdentitySwitchResult result)

Set whether or not an identity switch should go forward (or whether it failed).

Parameters
result whether the identity switch can proceed.