appPermissionErrorMessages: {
    BLE_PERMISSION_NOT_GRANTED: string;
    LOCATION_PERMISSION_NOT_GRANTED: string;
} = ...

Type declaration

  • BLE_PERMISSION_NOT_GRANTED: string

    Error message indicating that the BLE permission is not granted.

  • LOCATION_PERMISSION_NOT_GRANTED: string

    Error message indicating that the location permission is not granted.