Package-level declarations

Types

Link copied to clipboard
class Beacon(var factoryId: String? = null, var deviceId: String? = null, var facilityId: Int = 0, var uuid: String? = null, var major: Long? = null, var minor: Long? = null)

Beacon — represents a Bluetooth beacon associated with a Facility.

Link copied to clipboard
class Facility(var id: Int = 0, var isPrimary: Boolean = false, var verified: Boolean = false, var name: String? = null, var address: String? = null, var city: String? = null, var state: String? = null, var type: LocationType? = null, var latitude: Double? = null, var longitude: Double? = null, var radius: Double? = null, var dwell: Int? = null, var beacons: List<Beacon?>? = emptyList())

Facility — represents a physical or virtual location in the Advanta network.

Link copied to clipboard

Location types supported in ActiveFit.

Link copied to clipboard
class NominatedFacility(var currentlyAMember: Boolean = false, var nominationId: Int = 0, var clubName: String? = "", var managerName: String? = "", var clubPhone: String? = "", var address1: String? = "", var address2: String? = "", var city: String? = "", var stateCode: String? = "", var zip: String? = "", var countryId: Int? = 0, var createdDateTime: String? = "")

Represents a facility that has been nominated by a user.