ProximityMessageResponse

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.


A list of Region objects representing beacon locations for proximity messaging.

The geographic center point for refresh operations, specified as latitude and longitude coordinates.

The radius (in meters) from the refresh center within which refresh operations should occur.


  • Parent Class: MessageResponse - Base class for message responses
  • Related Types:
    • Region - Represents a geographic region for beacon monitoring
    • LatLon - Represents latitude/longitude coordinates