EXTENSION

UIModel

extension UIModel

Properties

masked

public var masked: String

Returns a masked String by using debugDescription if HaapiLogger.shouldMaskSensitiveData is true. Otherwise, description is being used or the values are not masked. (***** is being used to masked the value.)

description

public var description: String

A textual representation of this instance type.

debugDescription

public var debugDescription: String

A textual representation of this instance.