BeaconRegion

Package: com.salesforce.marketingcloud.proximity

Full Class Name: com.salesforce.marketingcloud.proximity.BeaconRegion

Description 

A data class representing a beacon region in the Salesforce Marketing Cloud SDK. This class implements Parcelable for Android parcelization support.

Inheritance 

  • Implements: android.os.Parcelable

Class Declaration 

1data class BeaconRegion : Parcelable

Properties 

guid 

1val guid: String

A unique identifier for the beacon region.

id 

1val id: String

The identifier of the beacon region.

major 

1val major: Int

The major value of the beacon region.

minor 

1val minor: Int

The minor value of the beacon region.

Notes 

  • This is a data class, which automatically provides equals(), hashCode(), toString(), and copy() methods
  • Available in Marketing Cloud SDK version 11.0.0.0
  • Part of the proximity messaging functionality
  • Target platform: androidJvm