API reference
API reference
Select your platform
No SDKs available
No versions available

DestinationArray Interface

The destination represents where the user would like to go to in the app. It's usually associated with a travel or an invitation. Each destination has Destination.apiName, Destination.displayName, Destination.deeplinkMessage and Destination.shareableUri link. Please refer to member data documentation for details.

Signature

interface DestinationArray

Properties

cursorAfter : String?
[Get]
Signature
abstract val cursorAfter: String?
cursorBefore : String?
[Get]
Signature
abstract val cursorBefore: String?
destinations : List
[Get]
Signature
abstract val destinations: List<Destination>
json : String
[Get]
Signature
open val json: String
nextUrl : String?
[Get]
Signature
abstract val nextUrl: String?
previousUrl : String?
[Get]
Signature
abstract val previousUrl: String?
Did you find this page helpful?