BTNUserDeprecations

protocol BTNUserDeprecations : NSObjectProtocol

Undocumented

  • Deprecated

    This method is a no-op.

    Deprecated.

    Declaration

    Swift

    func setAutofillEnabled(_ autofillEnabled: Bool)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setEmail(_ email: String?)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setFirstName(_ firstName: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setLastName(_ lastName: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setPhoneNumber(_ phoneNumber: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setAddressLineOne(_ addressLineOne: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setAddressLineTwo(_ addressLineTwo: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setCity(_ city: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setState(_ state: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setCountry(_ country: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setPostalCode(_ postalCode: String)
  • Deprecated

    This method is a no-op. No data is collected.

    Deprecated. Data not collected.

    Declaration

    Swift

    func setPaymentMethodProvider(_ paymentMethodProvider: any PaymentMethodProvider)