toggle menu
android-sdk-base
37.0.0
JVM
switch theme
search in API
android-sdk-base
/
com.braze.models
/
BrazeGeofence
Braze
Geofence
class
BrazeGeofence
:
IPutIntoJson
<
<Error class: unknown class>
?
>
,
Comparable
<
BrazeGeofence
>
Members
Constructors
Braze
Geofence
Link copied to clipboard
constructor
(
jsonObject
:
<Error class: unknown class>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
analytics
Enabled
Enter
Link copied to clipboard
val
analyticsEnabledEnter
:
Boolean
analytics
Enabled
Exit
Link copied to clipboard
val
analyticsEnabledExit
:
Boolean
cooldown
Enter
Seconds
Link copied to clipboard
val
cooldownEnterSeconds
:
Int
cooldown
Exit
Seconds
Link copied to clipboard
val
cooldownExitSeconds
:
Int
distance
From
Geofence
Refresh
Link copied to clipboard
var
distanceFromGeofenceRefresh
:
Double
enter
Events
Link copied to clipboard
val
enterEvents
:
Boolean
exit
Events
Link copied to clipboard
val
exitEvents
:
Boolean
id
Link copied to clipboard
val
id
:
String
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
notification
Responsiveness
Ms
Link copied to clipboard
val
notificationResponsivenessMs
:
Int
radius
Meter
Link copied to clipboard
val
radiusMeter
:
Int
radius
Meters
Link copied to clipboard
val
radiusMeters
:
Double
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
BrazeGeofence
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
equivalent
Server
Data
Link copied to clipboard
fun
equivalentServerData
(
otherGeofence
:
BrazeGeofence
)
:
Boolean
Check whether this geofence is identical to another geofence based on their server data from Braze.
for
Json
Put
Link copied to clipboard
open
override
fun
forJsonPut
(
)
:
<Error class: unknown class>
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String