InternalFamily
public enum InternalFamily : CaseIterable, Hashable, SelfIdentifiable
A value that identifies a provider of the internal family.
It is used for the associated value of the .internal(_:)
case.
-
The e-mail provider.
Declaration
Swift
case eMail
-
The phone (SMS) provider.
Declaration
Swift
case phone
-
The pretty name of this provider.
Declaration
Swift
public var prettyName: String { get }