SdkFeatureState

public enum SdkFeatureState : StringValueConvertible

Enum describing stateful errors or warnings for enabled features

  • Failed to connect to the Gallagher cloud

    Declaration

    Swift

    case errorCloudConnectionFailed
  • Notifications for this app are disabled on the device

    Declaration

    Swift

    case errorNotificationsDisabled
  • MobileWallet feature is not supported for the device, the feature is only available for ‘iPhone’ devices supporting iOS16 and later

    Declaration

    Swift

    case errorMobileWalletNotSupported
  • Declaration

    Swift

    public var stringValue: String { get }