SessionConfigurePermissionsNotGranted


class SessionConfigurePermissionsNotGranted : SessionConfigureResult


Result of an unsuccessful Session.configure call. The session was not configured due to insufficient permissions.

Summary

Public constructors

Public properties

List<String>

the list of permissions that were not granted.

Public constructors

SessionConfigurePermissionsNotGranted

Added in 1.0.0-alpha04
SessionConfigurePermissionsNotGranted(permissions: List<String>)

Public properties

permissions

Added in 1.0.0-alpha04
val permissionsList<String>

the list of permissions that were not granted.