UFServiceConfiguration
data class UFServiceConfiguration( val tenant: String, val controllerId: String, val retryDelay: Long, val url: String, val targetToken: String, val gatewayToken: String, isApiMode: Boolean, isEnable: Boolean, val isUpdateFactoryServe: Boolean, val targetAttributes: Map<String, String>) : Serializable
Content copied to clipboard
This class represent the com.kynetics.uf.android.UpdateFactoryService's configuration