-
Notifications
You must be signed in to change notification settings - Fork 9
UserPropertyValue
msingleton edited this page May 12, 2023
·
6 revisions
User property values can be a string, int, or bool
public struct UserPropertyValue: Codable Codable
public init<T: Encodable>(_ value: T) public init(from decoder: Decoder) throws public let value: Anypublic func encode(to encoder: Encoder) throws Generated at 2023-09-20T16:41:01+0000 using swift-doc 1.0.0-rc.1.