AppRolesListener

interface AppRolesListener


Listener for app roles set events.

Summary

Public functions

AppRolesSetResponse

Called when the roles for the app are set by Android Device Policy.

Public functions

onAppRolesSet

fun onAppRolesSet(request: AppRolesSetRequest): AppRolesSetResponse

Called when the roles for the app are set by Android Device Policy.

Parameters
request: AppRolesSetRequest

The AppRolesSetRequest containing the app roles that were set.

Returns
AppRolesSetResponse

The AppRolesSetResponse containing the result of setting the roles.