ProximityMessageResponse
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
A class representing a response containing proximity-based messaging data in the Salesforce Marketing Cloud SDK.
Package: com.salesforce.marketingcloud.messages.proximity
Inheritance: Extends MessageResponse
Target Platform: androidJvm
ProximityMessageResponse is a data class that handles proximity messaging responses. It contains information about beacon regions and refresh parameters for location-based messaging.
1@JvmField
2val beacons: List<Region>A list of Region objects representing beacon locations for proximity messaging.
1open override val refreshCenter: LatLonThe geographic center point for refresh operations, specified as latitude and longitude coordinates.
1open override val refreshRadius: IntThe radius (in meters) from the refresh center within which refresh operations should occur.
MessageResponse - Base class for message responsesRegion - Represents a geographic region for beacon monitoringLatLon - Represents latitude/longitude coordinates