PermissionStatus Interface
Represents the possible result of a permission grant for Meta Wearables devices.
Each status indicates whether the permission was granted, denied.
interface PermissionStatus
The permission has been granted by the user.
data object Granted : PermissionStatus
The permission has been denied by the user.
data object Denied : PermissionStatus