UserStatus

public final class UserStatus : Object
extension UserStatus: Decodable
extension UserStatus: Encodable
extension UserStatus: Mappable

Status of activation process for each User

  • Current Status

    Declaration

    Swift

    @objc
    public internal(set) var value: String? { get }
  • Date of the last Status change

    Declaration

    Swift

    @objc
    public internal(set) var lastChange: Date? { get }
  • Declaration

    Swift

    public convenience init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Constructor that validates if the map can be build a new instance of Metadata.

    Declaration

    Swift

    public convenience init?(map: Map)
  • This function is where all variable mappings should occur. It is executed by Mapper during the mapping (serialization and deserialization) process.

    Declaration

    Swift

    public func mapping(map: Map)