SessionCreatePermissionsNotGranted


class SessionCreatePermissionsNotGranted : SessionCreateResult


Result of an unsuccessful Session.create call. The session was not created due to the required permissions not being granted.

Summary

Public constructors

Public properties

List<String>

the permissions that were not granted.

Public constructors

SessionCreatePermissionsNotGranted

Added in 1.0.0-alpha01
SessionCreatePermissionsNotGranted(permissions: List<String>)

Public properties

permissions

Added in 1.0.0-alpha01
val permissionsList<String>

the permissions that were not granted.