ErxTaskMatrixCode
public protocol ErxTaskMatrixCode
conforming instances can be used to generate a matrix code
-
Id of the task
Declaration
Swift
var id: String { get }
-
Access code authorizing for the task
Declaration
Swift
var accessCode: String { get }