PermissionsResult

class PermissionsResult


The result of a request for home permissions.

Summary

Public constructors

Public properties

String?

the error message if the permissions request resulted in an error.

PermissionsResultStatus

the result of the permissions request.

Public constructors

PermissionsResult

PermissionsResult(
    status: PermissionsResultStatus,
    errorMessage: String? = null
)

Public properties

errorMessage

val errorMessageString?

the error message if the permissions request resulted in an error.

status

val statusPermissionsResultStatus

the result of the permissions request.