ErrorCode

annotation class ErrorCode

fail reasons when start beacon service

Properties

Link copied to clipboard
val FAIL_BLUETOOTH_AND_LOCATION_REQUIRED: Int
Need to activate bluetooth and location settings
Link copied to clipboard
val FAIL_BLUETOOTH_REQUIRED: Int
Need to activate the bluetooth
Link copied to clipboard
val FAIL_LOCATION_REQUIRED: Int
The location settings is required
Link copied to clipboard
val FEATURE_NOT_ALLOWED: Int
Error when try to change beacon status when beacon feature is not allowed
Link copied to clipboard
val REQUEST_FAILED: Int
An error occurred when changing the beacon service status

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String