API reference

PermissionStatus Interface

Represents the possible result of a permission grant for Meta Wearables devices.
Each status indicates whether the permission was granted, denied.

See Also

Signature

interface PermissionStatus

Inner Objects

Granted Object

The permission has been granted by the user.

Signature

data object Granted : PermissionStatus

Denied Object

The permission has been denied by the user.

Signature

data object Denied : PermissionStatus