LicListEvent

data class LicListEvent(val proto: ProtoLicenseListMsg, val status: ProtoErrorCode, val errorMsg: String)

DTO-объект, передаваемый UI при каждом обновлении списка лицензий.

Constructors

Link copied to clipboard
constructor(proto: ProtoLicenseListMsg, status: ProtoErrorCode, errorMsg: String)

Properties

Link copied to clipboard
Link copied to clipboard
val proto: ProtoLicenseListMsg

полное protobuf-описание списка лицензий.

Link copied to clipboard
val status: ProtoErrorCode

статус ответа License Server.