STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.geolocation
/
BeaconError
/
ErrorCode
Error
Code
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ErrorCode
Content copied to clipboard
fail reasons when start beacon service
Inherited functions
Properties
Properties
FAIL_BLUETOOTH_AND_LOCATION_REQUIRED
Link copied to clipboard
val
FAIL_BLUETOOTH_AND_LOCATION_REQUIRED
:
Int
Content copied to clipboard
Need to activate bluetooth and location settings
FAIL_BLUETOOTH_REQUIRED
Link copied to clipboard
val
FAIL_BLUETOOTH_REQUIRED
:
Int
Content copied to clipboard
Need to activate the bluetooth
FAIL_LOCATION_REQUIRED
Link copied to clipboard
val
FAIL_LOCATION_REQUIRED
:
Int
Content copied to clipboard
The location settings is required
FEATURE_NOT_ALLOWED
Link copied to clipboard
val
FEATURE_NOT_ALLOWED
:
Int
Content copied to clipboard
Error when try to change beacon status when beacon feature is not allowed
REQUEST_FAILED
Link copied to clipboard
val
REQUEST_FAILED
:
Int
Content copied to clipboard
An error occurred when changing the beacon service status
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard