ManifestKeys
@objc public enum ManifestKeys: Int, RawRepresentable
UserService manifest keys.
-
bankConfig key.
Declaration
Swift
case bankConfig
-
storageConfig key.
Declaration
Swift
case storageConfig
-
fetchConfig key.
Declaration
Swift
case fetchConfig
-
userId key.
Declaration
Swift
case userId
-
type key.
Declaration
Swift
case type
-
Declaration
Swift
public init?(rawValue: RawValue) -
Declaration
Swift
public var rawValue: RawValue
ManifestKeys Enumeration Reference