Utilities
-
Provides control over SDK logging.
See moreDeclaration
Swift
public enum AdyenLogging
-
Undocumented
See moreDeclaration
Swift
public protocol Sanitizer
-
Formats a string based on Brazil’s social security numbers (CPF and CNPJ) formatting rules. CPF is an 11 digit number and formatted like
See more123.123.123-12
and CNPJ is a 14 digit number and formatted like12.123.123/1234-12
Declaration
Swift
public final class BrazilSocialSecurityNumberFormatter : NumericFormatter
-
The 3DS2 SDK version.
Declaration
Swift
public let threeDS2SdkVersion: String
-
Validates a value.
See moreDeclaration
Swift
public protocol Validator
-
Struct with helper functions to build logo URL’s.
See moreDeclaration
Swift
public final class LogoURLProvider
-
A View Controller wrapper to blur its content when going into the background. Used to wrap view controllers that contain sensitive user info.
See moreDeclaration
Swift
public final class SecuredViewController : UIViewController
-
Describes any entity that is UI localizable.
See moreDeclaration
Swift
public protocol Localizable
-
The localization parameters to control some aspects of how localized strings are fetched, like the localization table to use and the separator of the key strings.
See moreDeclaration
Swift
public struct LocalizationParameters : Equatable