OptionalString
public enum OptionalString : Sendable
OptionalString is a string representation for an optional piece of text displayed to the user by Richie SDK.
-
noneresults in anilstringDeclaration
Swift
case none -
defaultValueresults in the default string provided by the SDK.Declaration
Swift
case defaultValue -
value(String)results in the specified string.Declaration
Swift
case value(String)