BTButtonType
public enum BTButtonType : String
The type of button displayed or presented Warning: This module is in beta. It’s public API may change or be removed in future releases.
-
PayPal button
Declaration
Swift
case payPal = "PayPal"
-
Venmo button
Declaration
Swift
case venmo = "Venmo"
-
All button types other than PayPal or Venmo
Declaration
Swift
case other = "Other"