Other Enumerations
The following enumerations are available globally.
-
Kind is an enumeration set by the application to describe what kind of entity an
LDContext
represents. The meaning of this is completely up to the application. When no Kind is specified, the default isKind.user
.For a multi-context (see
See moreLDMultiContextBuilder
), the Kind is alwaysKind.multi
; there is a specific Kind for each of the individual Contexts within it.Declaration
Swift
public enum Kind : Codable, Equatable, Hashable
extension Kind: Comparable
extension Kind: LosslessStringConvertible
extension Kind: CustomStringConvertible