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


Overview 

ProximityMessageResponse is a data class that handles proximity messaging responses. It contains information about beacon regions and refresh parameters for location-based messaging.


Properties 

beacons 

1@JvmField
2val beacons: List<Region>

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

refreshCenter 

1open override val refreshCenter: LatLon

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

refreshRadius 

1open override val refreshRadius: Int

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


Related Types 

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

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!