GeofenceMessageResponse
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Package: com.salesforce.marketingcloud.messages.geofence
SDK Version: 11.0.0
1class GeofenceMessageResponse : MessageResponseA response class that extends MessageResponse and represents geofence-related message data from the Salesforce Marketing Cloud SDK.
1@JvmField
2val fences: List<Region>A list of Region objects representing the geofence boundaries.
1open override val refreshCenter: LatLonInherited from MessageResponse. Represents the central location coordinates for refreshing geofence data.
1open override val refreshRadius: IntInherited from MessageResponse. Defines the radius (in meters) around the refresh center within which geofences should be refreshed.
1MessageResponse
2 └── GeofenceMessageResponse