RentalUris

data class RentalUris(val android: Url? = null, val ios: Url? = null, val web: Url? = null)(source)

Contains rental URIs for different platforms to support deep linking.

Constructors

Link copied to clipboard
constructor(android: Url? = null, ios: Url? = null, web: Url? = null)

Properties

Link copied to clipboard
val android: Url?

URI that can be passed to an Android app to support Android Deep Links.

Link copied to clipboard
val ios: Url?

URI that can be used on iOS to launch the rental app.

Link copied to clipboard
val web: Url?

URL that can be used by a web browser to show more information about renting.