GeofenceMessageResponse

Package: com.salesforce.marketingcloud.messages.geofence

SDK Version: 11.0.0

Class Declaration 

1class GeofenceMessageResponse : MessageResponse

Description 

A response class that extends MessageResponse and represents geofence-related message data from the Salesforce Marketing Cloud SDK.

Properties 

fences 

1@JvmField
2val fences: List<Region>

A list of Region objects representing the geofence boundaries.

refreshCenter 

1open override val refreshCenter: LatLon

Inherited from MessageResponse. Represents the central location coordinates for refreshing geofence data.

refreshRadius 

1open override val refreshRadius: Int

Inherited from MessageResponse. Defines the radius (in meters) around the refresh center within which geofences should be refreshed.

Target Platform 

  • androidJvm

Inheritance Hierarchy 

1MessageResponse
2    └── GeofenceMessageResponse