ScheduledVisitType

enum ScheduledVisitType : Enum<ScheduledVisitType> , Parcelable

An enum representing the type of a ScheduledVisit: Retail, Virtual, or At Home.

See also

Entries

Unknown
Link copied to clipboard
Unknown("unknown")
Virtual
Link copied to clipboard
Virtual("virtual")
Retail
Link copied to clipboard
Retail("retail")
AtHome
Link copied to clipboard
AtHome("home")

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
type
Link copied to clipboard
val type: String