AuthorizationRequest

class AuthorizationRequest(val authName: String) : Communication.V1.Out

This class represents a message that the com.kynetics.uf.android.UpdateFactoryService sends to clients when it is waiting for an user authorization

Constructors

Link copied to clipboard
fun AuthorizationRequest(authName: String)

Properties

Link copied to clipboard
val authName: String

the kind of authorization, it is one between DOWNLOAD and UPDATE

Link copied to clipboard
val id: Int