SDK Reference v2.0.0 / ExternalAccountProviderCategory
ExternalAccountProviderCategory
struct ExternalAccountProviderCategory : RawRepresentable, Equatable, Hashable, Codable
The type of external account provider.
RawValue
associatedtype RawValue
provider
static let provider: MyDataHelpsKit.ExternalAccountProviderCategory
healthPlan
static let healthPlan: MyDataHelpsKit.ExternalAccountProviderCategory
A provider that represents a health plan.
deviceManufacturer
static let deviceManufacturer: MyDataHelpsKit.ExternalAccountProviderCategory
A provider that represents a device manufacturer.
rawValue
let rawValue: String
The raw value for the provider category as stored in MyDataHelps.
init(rawValue:)
init(rawValue: String)
Initializes an ExternalAccountProviderCategory
with an arbitrary value. Consider using static members such as ExternalAccountProviderCategory.provider
instead for known values.
Parameters
rawValue
The raw value for the provider category as stored in MyDataHelps.