Params

open class Params

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class ANALYTICS_MODE
Link copied to clipboard
open class ENVIRONMENT
Link copied to clipboard
open class Keys
Link copied to clipboard
open class WIFI_SCAN_MODE

Properties

Link copied to clipboard
Link copied to clipboard
open var authUrl: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var posDataUrl: String
Link copied to clipboard
open var userId: String

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getEnvironment(@NonNull context: Context): Int
Link copied to clipboard
Link copied to clipboard
open fun initialize(context: Context)
Link copied to clipboard
open fun reinitialize(context: Context)
Link copied to clipboard
open fun setupDevelopmentMode(context: Context)
Previous the logic is if the app is build in debug mode, we enable developer mode and use test url, otherwise we disable developer mode and always use production url which is navigation.mapsted.com.
Link copied to clipboard