Skip to content

UserPropertyValue

msingleton edited this page May 12, 2023 · 6 revisions

UserPropertyValue

User property values can be a string, int, or bool

public struct UserPropertyValue: Codable 

Inheritance

Codable

Initializers

init(_:)

public init<T: Encodable>(_ value: T) 

init(from:)

public init(from decoder: Decoder) throws 

Properties

value

public let value: Any

Methods

encode(to:)

public func encode(to encoder: Encoder) throws 
Clone this wiki locally