ZTAppInformation

data class ZTAppInformation(apiKey: String, apiSecret: String, appId: String?, appType: String?)

ZTAppInformation contains properties of application parameters that will identify it on ztCloud

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTAppInformation
Link copied to clipboard
fun ZTAppInformation(apiKey: String, apiSecret: String, appId: String?, appType: String?)

Properties

apiKey
Link copied to clipboard
val apiKey: String
apiSecret
Link copied to clipboard
val apiSecret: String
appId
Link copied to clipboard
val appId: String?
appType
Link copied to clipboard
val appType: String?