vnorderui / com.venuenext.vnorderui / VNOrderUI

VNOrderUI

object VNOrderUI : DeepLinkable

Properties

ARG_USER_ITEM_UUID

const val ARG_USER_ITEM_UUID: String

Functions

canHandleDeepLink

fun canHandleDeepLink(uri: Uri): Boolean

configureVirtualCurrencyProductTypes

fun configureVirtualCurrencyProductTypes(allowedVirtualCurrencyProductTypes: List<ProductType>): Unit

handleDeepLink

fun handleDeepLink(view: View, uri: Uri): Unit

initialize

fun initialize(): Unit

showAwardedOrTransferredExperience

fun showAwardedOrTransferredExperience(navController: NavController, userItemUUID: String): Unit

showPurchasedExperienceReceipt

Navigates to a new screen to display a receipt using an orderUUID.

fun showPurchasedExperienceReceipt(navController: NavController, orderUUID: String): Unit

showPurchasedFoodOrMerchReceipt

Navigates to a new screen to display a receipt using an orderUUID.

fun showPurchasedFoodOrMerchReceipt(navController: NavController, orderUUID: String): Unit