vncore / com.venuenext.vncore.model / VNConfiguration

VNConfiguration

data class VNConfiguration

VNConfiguration VenueNext

Created on 2/13/20. Copyright © 2020 VenueNext Inc. All rights reserved.

Types

WalletConfig

data class WalletConfig

Constructors

<init>

VNConfiguration VenueNext

VNConfiguration(serviceBaseUrls: ServiceBaseUrls? = null, organizationName: String? = null, venues: List<Venue>? = null, walletConfig: WalletConfig? = null)

Properties

organizationName

var organizationName: String?

serviceBaseUrls

var serviceBaseUrls: ServiceBaseUrls?

venues

var venues: List<Venue>?

walletConfig

var walletConfig: WalletConfig?

Functions

toEnvironment

fun toEnvironment(networkEnvironment: Environment, context: Context): Environment