BeaconLogger
BeaconRegion
ProximityNotificationCustomizationOptions
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Package: com.salesforce.marketingcloud.proximity
Full Class Name: com.salesforce.marketingcloud.proximity.BeaconRegion
A data class representing a beacon region in the Salesforce Marketing Cloud SDK. This class implements Parcelable for Android parcelization support.
android.os.Parcelable1data class BeaconRegion : Parcelable1val guid: StringA unique identifier for the beacon region.
1val id: StringThe identifier of the beacon region.
1val major: IntThe major value of the beacon region.
1val minor: IntThe minor value of the beacon region.
equals(), hashCode(), toString(), and copy() methods