DeleteOption

public enum DeleteOption : StringValueConvertible

Enum which controls the behaviour of MobileAccess.deleteCredential

  • Deletes from the Gallagher cloud and phone; Fail if the cloud cannot be contacted.

    Declaration

    Swift

    case `default`
  • Deletes from the Gallagher cloud and phone; Continue with phone delete if the cloud cannot be contacted.

    Declaration

    Swift

    case allowOffline
  • Not recommended. Deletes from the phone only. Does not attempt to contact the Gallagher cloud at all

    Declaration

    Swift

    case offlineOnly
  • Declaration

    Swift

    public var stringValue: String { get }