kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.geofence
/
GeofenceError
/
TooManyGeofences
Too
Many
Geofences
data
class
TooManyGeofences
(
val
current
:
Int
,
val
maximum
:
Int
=
GeofencePolicy.MAX_REGIONS
)
:
GeofenceError
Too many geofences registered.
Members
Constructors
Too
Many
Geofences
Link copied to clipboard
constructor
(
current
:
Int
,
maximum
:
Int
=
GeofencePolicy.MAX_REGIONS
)
Properties
current
Link copied to clipboard
val
current
:
Int
maximum
Link copied to clipboard
val
maximum
:
Int