SessionResumePermissionsNotGranted


class SessionResumePermissionsNotGranted : SessionResumeResult


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

Summary

Public constructors

Public properties

List<String>

the permissions that were not granted.

Public constructors

SessionResumePermissionsNotGranted

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

Public properties

permissions

Added in 1.0.0-alpha01
val permissionsList<String>

the permissions that were not granted.