RentalAppPlatformUris

data class RentalAppPlatformUris(val storeUri: Uri, val discoveryUri: Uri)(source)

Rental app download and discovery information for a specific platform.

Constructors

Link copied to clipboard
constructor(storeUri: Uri, discoveryUri: Uri)

Properties

Link copied to clipboard
@SerialName(value = "discovery_uri")
val discoveryUri: Uri

URI that can be used to discover if the rental app is installed on the device.

Link copied to clipboard
@SerialName(value = "store_uri")
val storeUri: Uri

URI where the rental app can be downloaded from.