Marketing Cloud SDK / com.salesforce.marketingcloud.messages / Region

Region

data class Region : Parcelable, Comparable<Region>

Annotations

RegionType

annotation class RegionType

Properties

center

val center: LatLon

description

val description: String?

id

val id: String

major

val major: Int

messages

val messages: List<Message>

minor

val minor: Int

name

val name: String?

proximityUuid

val proximityUuid: String?

radius

val radius: Int

regionType

val regionType: Int

Functions

center

fun center(): LatLon

compareTo

fun compareTo(other: Region): Int

description

fun description(): String?

id

fun id(): String

major

fun major(): Int

messages

fun messages(): List<Message>

minor

fun minor(): Int

name

fun name(): String?

proximityUuid

fun proximityUuid(): String?

radius

fun radius(): Int

regionType

fun regionType(): Int

Companion Object Properties

REGION_TYPE_FENCE

const val REGION_TYPE_FENCE: Int

REGION_TYPE_PROXIMITY

const val REGION_TYPE_PROXIMITY: Int