From 9bfddd88e31432996a4f4205741fe9e978f0f63b Mon Sep 17 00:00:00 2001 From: adyen-git-manager Date: Wed, 17 Jul 2019 13:32:55 +0200 Subject: [PATCH] 2.1.0 --- .../Blocks/ADYChallengeCompletionHandler.html | 15 +- Docs/Classes/ADYAppearance.html | 156 ++++- Docs/Classes/ADYAppearanceConfiguration.html | 609 +++++++++++++++++- .../ADYAuthenticationRequestParameters.html | 345 +++++++++- Docs/Classes/ADYButtonAppearance.html | 345 +++++++++- Docs/Classes/ADYChallengeParameters.html | 333 +++++++++- Docs/Classes/ADYChallengeResult.html | 153 ++++- Docs/Classes/ADYInfoAppearance.html | 249 ++++++- Docs/Classes/ADYLabelAppearance.html | 393 ++++++++++- Docs/Classes/ADYNavigationBarAppearance.html | 201 +++++- Docs/Classes/ADYSelectAppearance.html | 201 +++++- Docs/Classes/ADYService.html | 564 +++++++++++++++- Docs/Classes/ADYServiceParameters.html | 558 +++++++++++++++- Docs/Classes/ADYTextFieldAppearance.html | 249 ++++++- Docs/Classes/ADYWarning.html | 201 +++++- Docs/Constants/ADYAppearanceButtonType.html | 27 +- .../ADYButtonAppearanceTextTransform.html | 23 +- Docs/Constants/ADYRuntimeErrorCode.html | 29 +- Docs/Constants/ADYWarningSeverity.html | 23 +- Docs/Protocols/ADYChallengeDelegate.html | 177 ++++- Docs/Protocols/ADYProgressView.html | 205 +++++- Docs/css/style.css | 2 + Docs/hierarchy.html | 14 +- Docs/index.html | 14 +- 24 files changed, 4990 insertions(+), 96 deletions(-) create mode 100644 Docs/css/style.css diff --git a/Docs/Blocks/ADYChallengeCompletionHandler.html b/Docs/Blocks/ADYChallengeCompletionHandler.html index f87ae972..252ec872 100644 --- a/Docs/Blocks/ADYChallengeCompletionHandler.html +++ b/Docs/Blocks/ADYChallengeCompletionHandler.html @@ -3,11 +3,11 @@ - + ADYChallengeCompletionHandler Block Reference - +
@@ -59,9 +59,16 @@

-

+

ADYChallengeCompletionHandler Block Reference

+
+ + + + +
Declared inADYTransaction.h
+ @@ -76,6 +83,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYAppearance.html b/Docs/Classes/ADYAppearance.html index f87ae972..761c2d84 100644 --- a/Docs/Classes/ADYAppearance.html +++ b/Docs/Classes/ADYAppearance.html @@ -3,11 +3,11 @@ - + ADYAppearance Class Reference - +
@@ -43,10 +43,30 @@

@@ -59,12 +79,140 @@

-

+

ADYAppearance Class Reference

+
+ + + + + + + + + + +
Inherits fromNSObject
Conforms toNSCopying
Declared inADYAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of an interface element.

Note: This class corresponds to the Customization class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  font +

+ +
+
+ +
+ + +
+

The font in which text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIFont *font
+ + + + + + + + + +
+

Discussion

+

The font in which text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYAppearance.h

+
+ + +
+
+
+ +

  textColor +

+
+
+ +
+ + +
+

The color in which text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *textColor
+ + + + + + + + + +
+

Discussion

+

The color in which text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYAppearance.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +224,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYAppearanceConfiguration.html b/Docs/Classes/ADYAppearanceConfiguration.html index f87ae972..a69d8b39 100644 --- a/Docs/Classes/ADYAppearanceConfiguration.html +++ b/Docs/Classes/ADYAppearanceConfiguration.html @@ -3,11 +3,11 @@ - + ADYAppearanceConfiguration Class Reference - +
@@ -43,10 +43,52 @@

@@ -59,12 +101,571 @@

-

+

ADYAppearanceConfiguration Class Reference

+
+ + + + + + + + + + +
Inherits fromNSObject
Conforms toNSCopying
Declared inADYAppearanceConfiguration.h
+ + +
+ +

Overview

+

Provides appearance customization properties for interface elements used throughout the challenge flow.

Note: This class corresponds to the UiCustomization class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  statusBarStyle +

+ +
+
+ +
+ + +
+

The preferred status bar style for the challenge flow.

+
+ + + +
@property (nonatomic, assign, readwrite) UIStatusBarStyle statusBarStyle
+ + + + + + + + + +
+

Discussion

+

The preferred status bar style for the challenge flow.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  backgroundColor +

+ +
+
+ +
+ + +
+

The background color of the entire challenge flow.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *backgroundColor
+ + + + + + + + + +
+

Discussion

+

The background color of the entire challenge flow.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  textColor +

+ +
+
+ +
+ + +
+

A convenience property that sets the text color on every appearance object.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *textColor
+ + + + + + + + + +
+

Discussion

+

A convenience property that sets the text color on every appearance object.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  borderColor +

+ +
+
+ +
+ + +
+

A convenience property that sets the border color on every appearance object.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *borderColor
+ + + + + + + + + +
+

Discussion

+

A convenience property that sets the border color on every appearance object.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  tintColor +

+ +
+
+ +
+ + +
+

A convenience property that sets the tint color on every appearance object.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *tintColor
+ + + + + + + + + +
+

Discussion

+

A convenience property that sets the tint color on every appearance object.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  navigationBarAppearance +

+ +
+
+ +
+ + +
+

The appearance of the navigation bar.

+
+ + + +
@property (nonatomic, strong, readonly) ADYNavigationBarAppearance *navigationBarAppearance
+ + + + + + + + + +
+

Discussion

+

The appearance of the navigation bar.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  labelAppearance +

+ +
+
+ +
+ + +
+

The appearance of the labels.

+
+ + + +
@property (nonatomic, strong, readonly) ADYLabelAppearance *labelAppearance
+ + + + + + + + + +
+

Discussion

+

The appearance of the labels.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  textFieldAppearance +

+ +
+
+ +
+ + +
+

The appearance of the text fields.

+
+ + + +
@property (nonatomic, strong, readonly) ADYTextFieldAppearance *textFieldAppearance
+ + + + + + + + + +
+

Discussion

+

The appearance of the text fields.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  selectAppearance +

+ +
+
+ +
+ + +
+

The appearance of select controls.

+
+ + +
@property (nonatomic, strong, readonly) ADYSelectAppearance *selectAppearance
+ + + + + + + + + +
+

Discussion

+

The appearance of select controls.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

  infoAppearance +

+ +
+
+ +
+ + +
+

The appearance of info items.

+
+ + + +
@property (nonatomic, strong, readonly) ADYInfoAppearance *infoAppearance
+ + + + + + + + + +
+

Discussion

+

The appearance of info items.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+ +

– buttonAppearanceForButtonType: +

+ +
+
+ +
+ + +
+

Returns the appearance for the button of the given type.

+
+ + + +
- (ADYButtonAppearance *)buttonAppearanceForButtonType:(ADYAppearanceButtonType)buttonType
+ + + +
+

Parameters

+ + + + + + + +
buttonType

The button type to return the appearance for.

+
+ + + +
+

Return Value

+

The appearance for the button of the given type.

+
+ + + + + +
+

Discussion

+

Returns the appearance for the button of the given type.

+
+ + + + + + + +
+

Declared In

+

ADYAppearanceConfiguration.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +677,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYAuthenticationRequestParameters.html b/Docs/Classes/ADYAuthenticationRequestParameters.html index f87ae972..d5d8ab4c 100644 --- a/Docs/Classes/ADYAuthenticationRequestParameters.html +++ b/Docs/Classes/ADYAuthenticationRequestParameters.html @@ -3,11 +3,11 @@ - + ADYAuthenticationRequestParameters Class Reference - +
@@ -43,10 +43,38 @@

@@ -59,12 +87,321 @@

-

+

ADYAuthenticationRequestParameters Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inADYAuthenticationRequestParameters.h
+ + +
+ +

Overview

+

Contains data that should be sent to the 3DS Server in an authentication request (AReq).

Note: This class corresponds to the AuthenticationRequestParameters class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  deviceInformation +

+ +
+
+ +
+ + +
+

The device information, encrypted using JSON Web Encryption.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *deviceInformation
+ + + + + + + + + +
+

Discussion

+

The device information, encrypted using JSON Web Encryption.

+
+ + + + + + + +
+

Declared In

+

ADYAuthenticationRequestParameters.h

+
+ + +
+
+
+ +

  SDKApplicationIdentifier +

+ +
+
+ +
+ + +
+

A unique string identifying the application.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *SDKApplicationIdentifier
+ + + + + + + + + +
+

Discussion

+

A unique string identifying the application.

+
+ + + + + + + +
+

Declared In

+

ADYAuthenticationRequestParameters.h

+
+ + +
+
+
+ +

  SDKTransactionIdentifier +

+ +
+
+ +
+ + +
+

A unique string identifying the transaction within the scope of the SDK.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *SDKTransactionIdentifier
+ + + + + + + + + +
+

Discussion

+

A unique string identifying the transaction within the scope of the SDK.

+
+ + + + + + + +
+

Declared In

+

ADYAuthenticationRequestParameters.h

+
+ + +
+
+
+ +

  SDKReferenceNumber +

+ +
+
+ +
+ + +
+

A string identifying the SDK, assigned by EMVCo.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *SDKReferenceNumber
+ + + + + + + + +
+

Discussion

+

A string identifying the SDK, assigned by EMVCo.

+
+ + + + + + + +
+

Declared In

+

ADYAuthenticationRequestParameters.h

+
+ + +
+
+
+ +

  SDKEphemeralPublicKey +

+ +
+
+ +
+ + +
+

The public key component of the ephemeral keypair generated for the transaction, represented as a JWK.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *SDKEphemeralPublicKey
+ + + + + + + + + +
+

Discussion

+

The public key component of the ephemeral keypair generated for the transaction, represented as a JWK.

+
+ + + + + + + +
+

Declared In

+

ADYAuthenticationRequestParameters.h

+
+ + +
+
+
+ +

  messageVersion +

+ +
+
+ +
+ + +
+

The protocol version to use during the transaction.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *messageVersion
+ + + + + + + + + +
+

Discussion

+

The protocol version to use during the transaction.

+
+ + + + + + + +
+

Declared In

+

ADYAuthenticationRequestParameters.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +413,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYButtonAppearance.html b/Docs/Classes/ADYButtonAppearance.html index f87ae972..46675abc 100644 --- a/Docs/Classes/ADYButtonAppearance.html +++ b/Docs/Classes/ADYButtonAppearance.html @@ -3,11 +3,11 @@ - + ADYButtonAppearance Class Reference - +
@@ -43,10 +43,38 @@

@@ -59,12 +87,321 @@

-

+

ADYButtonAppearance Class Reference

+
+ + + + + + + +
Inherits fromADYAppearance : NSObject
Declared inADYButtonAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of a button.

Note: This class corresponds to the ButtonCustomization class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  textTransform +

+ +
+
+ +
+ + +
+

The type of transform to apply to the button’s text.

+
+ + + +
@property (nonatomic, assign, readwrite) ADYButtonAppearanceTextTransform textTransform
+ + + + + + + + + +
+

Discussion

+

The type of transform to apply to the button’s text.

+
+ + + + + + + +
+

Declared In

+

ADYButtonAppearance.h

+
+ + +
+
+
+ +

  backgroundColor +

+ +
+
+ +
+ + +
+

The background color of the button.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *backgroundColor
+ + + + + + + + + +
+

Discussion

+

The background color of the button.

+
+ + + + + + + +
+

Declared In

+

ADYButtonAppearance.h

+
+ + +
+
+
+ +

  disabledTextColor +

+ +
+
+ +
+ + +
+

The color of the button’s title in case it’s disabled.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *disabledTextColor
+ + + + + + + + + +
+

Discussion

+

The color of the button’s title in case it’s disabled.

+
+ + + + + + + +
+

Declared In

+

ADYButtonAppearance.h

+
+ + +
+
+
+ +

  disabledBackgroundColor +

+ +
+
+ +
+ + +
+

The background color of the button in case it’s disabled.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *disabledBackgroundColor
+ + + + + + + + +
+

Discussion

+

The background color of the button in case it’s disabled.

+
+ + + + + + + +
+

Declared In

+

ADYButtonAppearance.h

+
+ + +
+
+
+ +

  highlightedBackgroundColor +

+ +
+
+ +
+ + +
+

The background color of hte button in case it’s highlighted, or nil when the default color should be darkened.

+
+ + + +
@property (nonatomic, strong, readwrite, nullable) UIColor *highlightedBackgroundColor
+ + + + + + + + + +
+

Discussion

+

The background color of hte button in case it’s highlighted, or nil when the default color should be darkened.

+
+ + + + + + + +
+

Declared In

+

ADYButtonAppearance.h

+
+ + +
+
+
+ +

  cornerRadius +

+ +
+
+ +
+ + +
+

The radius of the button’s corners.

+
+ + + +
@property (nonatomic, assign, readwrite) CGFloat cornerRadius
+ + + + + + + + + +
+

Discussion

+

The radius of the button’s corners.

+
+ + + + + + + +
+

Declared In

+

ADYButtonAppearance.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +413,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYChallengeParameters.html b/Docs/Classes/ADYChallengeParameters.html index f87ae972..6a38314e 100644 --- a/Docs/Classes/ADYChallengeParameters.html +++ b/Docs/Classes/ADYChallengeParameters.html @@ -3,11 +3,11 @@ - + ADYChallengeParameters Class Reference - +
@@ -43,10 +43,40 @@

@@ -59,12 +89,307 @@

-

+

ADYChallengeParameters Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inADYChallengeParameters.h
+ + +
+ +

Overview

+

Contains data returned by the 3DS Server in response to an authentication request (AReq).

Note: This class corresponds to the ChallengeParameters class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  serverTransactionIdentifier +

+ +
+
+ +
+ + +
+

A unique string identifying the transaction within the scope of the 3DS Server.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *serverTransactionIdentifier
+ + + + + + + + + +
+

Discussion

+

A unique string identifying the transaction within the scope of the 3DS Server.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeParameters.h

+
+ + +
+
+
+ +

  ACSTransactionIdentifier +

+ +
+
+ +
+ + +
+

A unique string identifying the transaction within the scope of the ACS.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *ACSTransactionIdentifier
+ + + + + + + + + +
+

Discussion

+

A unique string identifying the transaction within the scope of the ACS.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeParameters.h

+
+ + +
+
+
+ +

  ACSReferenceNumber +

+ +
+
+ +
+ + +
+

A string identifying the ACS, assigned by EMVCo.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *ACSReferenceNumber
+ + + + + + + + + +
+

Discussion

+

A string identifying the ACS, assigned by EMVCo.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeParameters.h

+
+ + +
+
+
+ +

  ACSSignedContent +

+ +
+
+ +
+ + +
+

A JWS containing, among other data, the ACS Ephemeral Public Key.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *ACSSignedContent
+ + + + + + + + + +
+

Discussion

+

A JWS containing, among other data, the ACS Ephemeral Public Key.

+
+ + + + + + +
+

Declared In

+

ADYChallengeParameters.h

+
+ + +
+
+
+ +

+ challengeParametersWithServerTransactionIdentifier:ACSTransactionIdentifier:ACSReferenceNumber:ACSSignedContent: +

+ +
+
+ +
+ + +
+

Creates and returns an object containing challenge parameters.

+
+ + + +
+ (instancetype)challengeParametersWithServerTransactionIdentifier:(NSString *)serverTransactionIdentifier ACSTransactionIdentifier:(NSString *)ACSTransactionIdentifier ACSReferenceNumber:(NSString *)ACSReferenceNumber ACSSignedContent:(NSString *)ACSSignedContent
+ + + +
+

Parameters

+ + + + + + + + + + + + + + + + + + + + + + +
serverTransactionIdentifier

A unique string identifying the transaction within the scope of the 3DS Server.

ACSTransactionIdentifier

A unique string identifying the transaction within the scope of the ACS.

ACSReferenceNumber

A string identifying the ACS, assigned by EMVCo.

ACSSignedContent

Content signed using JWS, containing ACS Ephemeral Public Key, ACS URL and authentication type.

+
+ + + +
+

Return Value

+

Initialized object containing the challenge parameters.

+
+ + + + + +
+

Discussion

+

Creates and returns an object containing challenge parameters.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeParameters.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +401,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYChallengeResult.html b/Docs/Classes/ADYChallengeResult.html index f87ae972..78caaca2 100644 --- a/Docs/Classes/ADYChallengeResult.html +++ b/Docs/Classes/ADYChallengeResult.html @@ -3,11 +3,11 @@ - + ADYChallengeResult Class Reference - +
@@ -43,10 +43,30 @@

@@ -59,12 +79,137 @@

-

+

ADYChallengeResult Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inADYChallengeResult.h
+ + +
+ +

Overview

+

Contains the result of a successfully completed challenge.

Note: This class corresponds to the CompletionEvent class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  SDKTransactionIdentifier +

+ +
+
+ +
+ + +
+

A unique string identifying the transaction within the scope of the SDK.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *SDKTransactionIdentifier
+ + + + + + + + + +
+

Discussion

+

A unique string identifying the transaction within the scope of the SDK.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeResult.h

+
+ + +
+
+
+ +

  transactionStatus +

+
+
+ +
+ + +
+

The final transaction status.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *transactionStatus
+ + + + + + + + + +
+

Discussion

+

The final transaction status.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeResult.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +221,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYInfoAppearance.html b/Docs/Classes/ADYInfoAppearance.html index f87ae972..ccf129ad 100644 --- a/Docs/Classes/ADYInfoAppearance.html +++ b/Docs/Classes/ADYInfoAppearance.html @@ -3,11 +3,11 @@ - + ADYInfoAppearance Class Reference - +
@@ -43,10 +43,34 @@

@@ -59,12 +83,229 @@

-

+

ADYInfoAppearance Class Reference

+
+ + + + + + + +
Inherits fromADYAppearance : NSObject
Declared inADYInfoAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of info items.

+
+ + + + + +
+ + + + + + +
+
+ +

  headingFont +

+ +
+
+ +
+ + +
+

The font in which heading text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIFont *headingFont
+ + + + + + + + + +
+

Discussion

+

The font in which heading text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYInfoAppearance.h

+
+ + +
+
+
+ +

  headingTextColor +

+ +
+
+ +
+ + +
+

The color in which heading text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *headingTextColor
+ + + + + + + + + +
+

Discussion

+

The color in which heading text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYInfoAppearance.h

+
+ + +
+
+
+ +

  selectionIndicatorTintColor +

+ +
+
+ +
+ + +
+

The tint color of the item’s selection indicator (the chevron).

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *selectionIndicatorTintColor
+ + + + + + + + + +
+

Discussion

+

The tint color of the item’s selection indicator (the chevron).

+
+ + + + + + + +
+

Declared In

+

ADYInfoAppearance.h

+
+ + +
+
+
+ +

  borderColor +

+ +
+
+ +
+ + +
+

The color of the info item’s border.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *borderColor
+ + + + + + + + +
+

Discussion

+

The color of the info item’s border.

+
+ + + + + + + +
+

Declared In

+

ADYInfoAppearance.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +317,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYLabelAppearance.html b/Docs/Classes/ADYLabelAppearance.html index f87ae972..0fe5600c 100644 --- a/Docs/Classes/ADYLabelAppearance.html +++ b/Docs/Classes/ADYLabelAppearance.html @@ -3,11 +3,11 @@ - + ADYLabelAppearance Class Reference - +
@@ -43,10 +43,40 @@

@@ -59,13 +89,368 @@

-

+

ADYLabelAppearance Class Reference

+
+ + + + + + + +
Inherits fromADYAppearance : NSObject
Declared inADYLabelAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of the labels.

Note: This class corresponds to the LabelCustomization class in the specification.

+
+ + + +
+ + + + + + +
+
+ +

  headingFont +

+ +
+
+ +
+ + +
+

The font in which heading text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIFont *headingFont
+ + + + + + + + + +
+

Discussion

+

The font in which heading text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+ +

  headingTextColor +

+ +
+
+ +
+ + +
+

The color in which heading text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *headingTextColor
+ + + + + + + + + +
+

Discussion

+

The color in which heading text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+ +

  headingLineHeight +

+ +
+
+ +
+ + +
+

The line height of the heading text.

+
+ + + +
@property (nonatomic, assign, readwrite) CGFloat headingLineHeight
+ + + + + + + + + +
+

Discussion

+

The line height of the heading text.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+ +

  subheadingFont +

+ +
+
+ +
+ + +
+

The font in which subheading text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIFont *subheadingFont
+ + + + + + + + + +
+

Discussion

+

The font in which subheading text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+ +

  subheadingTextColor +

+ +
+
+ +
+ + +
+

The color in which subheading text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *subheadingTextColor
+ + + + + + + + + +
+

Discussion

+

The color in which subheading text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+ +

  errorTextColor +

+ +
+
+ +
+ + +
+

The color in which error text is displayed.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *errorTextColor
+ + + + + + + + + +
+

Discussion

+

The color in which error text is displayed.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+ +

  lineHeight +

+ +
+
+ +
+ + +
+

The line height of regular text.

+
+ + + +
@property (nonatomic, assign, readwrite) CGFloat lineHeight
+ + + + + + + + + +
+

Discussion

+

The line height of regular text.

+
+ + + + + + + +
+

Declared In

+

ADYLabelAppearance.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +461,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYNavigationBarAppearance.html b/Docs/Classes/ADYNavigationBarAppearance.html index f87ae972..67b21bca 100644 --- a/Docs/Classes/ADYNavigationBarAppearance.html +++ b/Docs/Classes/ADYNavigationBarAppearance.html @@ -3,11 +3,11 @@ - + ADYNavigationBarAppearance Class Reference - +
@@ -43,10 +43,32 @@

@@ -59,13 +81,184 @@

-

+

ADYNavigationBarAppearance Class Reference

+
+ + + + + + + +
Inherits fromADYAppearance : NSObject
Declared inADYNavigationBarAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of the navigation bar.

Note: This class corresponds to the ToolbarCustomization class in the specification.

+
+ + + +
+ + + + + + +
+
+ +

  title +

+ +
+
+ +
+ + +
+

The title of the navigation bar.

+
+ + + +
@property (nonatomic, copy, readwrite, nullable) NSString *title
+ + + + + + + + + +
+

Discussion

+

The title of the navigation bar.

+
+ + + + + + + +
+

Declared In

+

ADYNavigationBarAppearance.h

+
+ + +
+
+
+ +

  cancelButtonTitle +

+ +
+
+ +
+ + +
+

The title of the cancel button in the navigation bar, or nil to leave it at the default system localized cancel button title.

+
+ + + +
@property (nonatomic, copy, readwrite, nullable) NSString *cancelButtonTitle
+ + + + + + + + + +
+

Discussion

+

The title of the cancel button in the navigation bar, or nil to leave it at the default system localized cancel button title.

+
+ + + + + + + +
+

Declared In

+

ADYNavigationBarAppearance.h

+
+ + +
+
+
+ +

  backgroundColor +

+ +
+
+ +
+ + +
+

The background color of the navigation bar.

+
+ + + +
@property (nonatomic, strong, readwrite, nullable) UIColor *backgroundColor
+ + + + + + + + + +
+

Discussion

+

The background color of the navigation bar.

+
+ + + + + + + +
+

Declared In

+

ADYNavigationBarAppearance.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +269,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYSelectAppearance.html b/Docs/Classes/ADYSelectAppearance.html index f87ae972..cd69ff5e 100644 --- a/Docs/Classes/ADYSelectAppearance.html +++ b/Docs/Classes/ADYSelectAppearance.html @@ -3,11 +3,11 @@ - + ADYSelectAppearance Class Reference - +
@@ -43,10 +43,32 @@

@@ -59,13 +81,184 @@

-

+

ADYSelectAppearance Class Reference

+
+ + + + + + + +
Inherits fromADYAppearance : NSObject
Declared inADYSelectAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of select controls.

+
+ + + +
+ + + + + + +
+
+ +

  borderColor +

+ +
+
+ +
+ + +
+

The color of the select control’s borders.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *borderColor
+ + + + + + + + + +
+

Discussion

+

The color of the select control’s borders.

+
+ + + + + + + +
+

Declared In

+

ADYSelectAppearance.h

+
+ + +
+
+
+ +

  highlightedBackgroundColor +

+ +
+
+ +
+ + +
+

The color of a select control item’s background when it’s highlighted.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *highlightedBackgroundColor
+ + + + + + + + + +
+

Discussion

+

The color of a select control item’s background when it’s highlighted.

+
+ + + + + + + +
+

Declared In

+

ADYSelectAppearance.h

+
+ + +
+
+
+ +

  selectionIndicatorTintColor +

+ +
+
+ +
+ + +
+

The tint color of the select control item’s selection indicator.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *selectionIndicatorTintColor
+ + + + + + + + + +
+

Discussion

+

The tint color of the select control item’s selection indicator.

+
+ + + + + + + +
+

Declared In

+

ADYSelectAppearance.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +269,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYService.html b/Docs/Classes/ADYService.html index f87ae972..ad179888 100644 --- a/Docs/Classes/ADYService.html +++ b/Docs/Classes/ADYService.html @@ -3,11 +3,11 @@ - + ADYService Class Reference - +
@@ -43,10 +43,50 @@

@@ -59,12 +99,528 @@

-

+

ADYService Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inADYService.h
+ + +
+ +

Overview

+

Provides a starting point for 3D-Secure 2.0 authentication. Used for initialization of the service and the creation of a transaction.

Note: This class corresponds to the Three3DS2Service interface in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  version +

+ +
+
+ +
+ + +
+

The current version of the SDK.

+
+ + + +
@property (class, nonatomic, copy, readonly) NSString *version
+ + + + + + + + + +
+

Discussion

+

The current version of the SDK.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

  warnings +

+ +
+
+ +
+ + +
+

Array containing the warnings that were produced during initialization of the service.

+
+ + + +
@property (nonatomic, copy, readonly) NSArray<ADYWarning*> *warnings
+ + + + + + + + + +
+

Discussion

+

Array containing the warnings that were produced during initialization of the service.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

+ serviceWithParameters:appearanceConfiguration:completionHandler: +

+ +
+
+ +
+ + +
+

Asynchronously creates a service and prepares it for creating a transaction.

+
+ + + +
+ (void)serviceWithParameters:(ADYServiceParameters *)parameters appearanceConfiguration:(nullable ADYAppearanceConfiguration *)appearanceConfiguration completionHandler:(void ( ^ ) ( ADYService *service ))completionHandler
+ + + +
+

Parameters

+ + + + + + + + + + + + + + + + + +
parameters

A collection of parameters to use during initialization of the service.

appearanceConfiguration

The configuration of the appearance of the challenge flow. When nil, a default appearance configuration is used.

completionHandler

The completion handler to invoke when the service has been initialized.

+
+ + + + + + + +
+

Discussion

+

Asynchronously creates a service and prepares it for creating a transaction.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

– transactionWithMessageVersion:error: +

+ +
+
+ +
+ + +
+

Creates a new transaction.

+
+ + + +
- (nullable ADYTransaction *)transactionWithMessageVersion:(nullable NSString *)messageVersion error:(NSError *__nullable *__nullable)error
+ + + +
+

Parameters

+ + + + + + + + + + + + +
messageVersion

The version of the protocol to be used during the transaction, or nil to use the latest supported version.

error

A pointer to an error object that is set to an @p NSError instance when an error occurs.

+
+ + + +
+

Return Value

+

An initialized transaction, or @p nil if a transaction could not be initialized.

+
+ + + + + +
+

Discussion

+

Creates a new transaction.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

  ) +

+ +
+
+ +
+ + +
+

A boolean value indicating whether the service is ready to create transactions.

+
+ + + +
@property (nonatomic, assign, readonly, getter=isReady) BOOL ready DEPRECATED_MSG_ATTRIBUTE ( "Use +serviceWithParameters:appearanceConfiguration:completionHandler: to create a service." )
+ + + + + + + + + +
+

Discussion

+

A boolean value indicating whether the service is ready to create transactions.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

+ transactionWithParameters:appearanceConfiguration:completionHandler: +

+ +
+
+ +
+ + +
+

Asynchronously loads a service and creates a transaction. This method acts as a helper method that consolidates the two ADYService methods into one.

+
+ + + +
+ (void)transactionWithParameters:(ADYServiceParameters *)parameters appearanceConfiguration:(nullable ADYAppearanceConfiguration *)appearanceConfiguration completionHandler:(void ( ^ ) ( ADYTransaction *_Nullable transaction , NSArray<ADYWarning*> *_Nullable warnings , NSError *_Nullable error ))completionHandler
+ + + +
+

Parameters

+ + + + + + + + + + + + + + + + + +
parameters

The parameters to use when loading the service.

appearanceConfiguration

The configuration of the appearance of the challenge flow. When nil, a default appearance configuration is used.

completionHandler

The completion handler to invoke when the service has been loaded. When the transaction creation failed, the an error is given and the transaction and warnings parameters are nil.

+
+ + + + + + + +
+

Discussion

+

Asynchronously loads a service and creates a transaction. This method acts as a helper method that consolidates the two ADYService methods into one.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

– loadWithParameters:appearanceConfiguration:completionHandler: +

+ +
+
+ +
+ + +
+

Asynchronously loads the service and prepares it for creating a transaction.

+
+ + + +
- (void)loadWithParameters:(nullable ADYServiceParameters *)parameters appearanceConfiguration:(nullable ADYAppearanceConfiguration *)appearanceConfiguration completionHandler:(void ( ^ ) ( void ))completionHandler
+ + + +
+

Parameters

+ + + + + + + + + + + + + + + + + +
parameters

A collection of parameters to use when loading the service.

appearanceConfiguration

The configuration of the appearance of the challenge flow. When nil, a default appearance configuration is used.

completionHandler

The completion handler to invoke when the service has been loaded.

+
+ + + + + + +
+

Discussion

+

Asynchronously loads the service and prepares it for creating a transaction.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+ +

– transactionWithDirectoryServerIdentifier:messageVersion:error: +

+ +
+
+ +
+ + +
+

Creates a new transaction.

+
+ + + +
- (nullable ADYTransaction *)transactionWithDirectoryServerIdentifier:(nullable NSString *)directoryServerIdentifier messageVersion:(nullable NSString *)messageVersion error:(NSError *__nullable *__nullable)error
+ + + +
+

Parameters

+ + + + + + + + + + + + + + + + + +
directoryServerIdentifier

The identifier of the directory server for which to create the transaction. When nil, the directory server information is assumed to have been passed in the parameters during initialization of the service.

messageVersion

The version of the protocol to be used during the transaction, or nil to use the latest supported version.

error

A pointer to an error object that is set to an @p NSError instance when an error occurs.

+
+ + + +
+

Return Value

+

An initialized transaction, or @p nil if a transaction could not be initialized.

+
+ + + + + +
+

Discussion

+

Creates a new transaction.

+
+ + + + + + + +
+

Declared In

+

ADYService.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +632,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYServiceParameters.html b/Docs/Classes/ADYServiceParameters.html index f87ae972..a2dec7f9 100644 --- a/Docs/Classes/ADYServiceParameters.html +++ b/Docs/Classes/ADYServiceParameters.html @@ -3,11 +3,11 @@ - + ADYServiceParameters Class Reference - +
@@ -43,10 +43,46 @@

@@ -59,12 +95,526 @@

-

+

ADYServiceParameters Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inADYServiceParameters.h
+ + +
+ +

Overview

+

A collection of arbitrary parameters used during the initialization of the ADYService class.

Note: This class corresponds to the ConfigParameters class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  directoryServerIdentifier +

+ +
+
+ +
+ + +
+

The identifier of the directory server to use during the transaction creation phase.

+
+ + + +
@property (nonatomic, copy, readwrite, nullable) NSString *directoryServerIdentifier
+ + + + + + + + + +
+

Discussion

+

The identifier of the directory server to use during the transaction creation phase.

+ +

Usage of this property is optional.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

  directoryServerPublicKey +

+ +
+
+ +
+ + +
+

The public key of the directory server to use during the transaction creation phase.

+
+ + + +
@property (nonatomic, copy, readwrite, nullable) NSString *directoryServerPublicKey
+ + + + + + + + + +
+

Discussion

+

The public key of the directory server to use during the transaction creation phase.

+ +

The value of this property should be a base64-encoded JSON Web Key.

+ +

Usage of this property is optional.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

– valueForKey: +

+ +
+
+ +
+ + +
+

Returns the value associated with a given key in the default group.

+
+ + + +
- (nullable NSString *)valueForKey:(NSString *)key
+ + + +
+

Parameters

+ + + + + + + +
key

The key for which to return the corresponding value.

+
+ + + +
+

Return Value

+

The value associated with @p key, or @p nil if no value was set.

+
+ + + + + +
+

Discussion

+

Returns the value associated with a given key in the default group.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

– valueForKey:inGroup: +

+ +
+
+ +
+ + +
+

Returns the value associated with a given key in a specific group.

+
+ + + +
- (nullable NSString *)valueForKey:(NSString *)key inGroup:(nullable NSString *)group
+ + + +
+

Parameters

+ + + + + + + + + + + + +
key

The key for which to return the corresponding value.

group

The group from which the value should be retrieved, or @p nil if the default group should be used.

+
+ + + +
+

Return Value

+

The value associated with @p key, or @p nil if no value was set.

+
+ + + + + +
+

Discussion

+

Returns the value associated with a given key in a specific group.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

– setValue:forKey: +

+ +
+
+ +
+ + +
+

Sets the value for a given key in the default group.

+
+ + + +
- (void)setValue:(nullable NSString *)value forKey:(NSString *)key
+ + + +
+

Parameters

+ + + + + + + + + + + + +
value

The value to set, or @p nil to remove the value.

key

The key for @p value.

+
+ + + + + + + +
+

Discussion

+

Sets the value for a given key in the default group.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

– setValue:forKey:inGroup: +

+ +
+
+ +
+ + +
+

Sets the value for a given key in a specific group.

+
+ + + +
- (void)setValue:(nullable NSString *)value forKey:(NSString *)key inGroup:(nullable NSString *)group
+ + + +
+

Parameters

+ + + + + + + + + + + + + + + + + +
value

The value to set, or @p nil to remove the value.

key

The key for @p value.

group

The group in which to set the value, or @p nil if the default group should be used.

+
+ + + + + + + +
+

Discussion

+

Sets the value for a given key in a specific group.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

– removeValueForKey: +

+ +
+
+ +
+ + +
+

Removes the given key and its associated value from the default group.

+
+ + + +
- (void)removeValueForKey:(NSString *)key
+ + + +
+

Parameters

+ + + + + + + +
key

The key to remove along with its associated value.

+
+ + + + + + + +
+

Discussion

+

Removes the given key and its associated value from the default group.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+ +

– removeValueForKey:inGroup: +

+ +
+
+
+ + +
+

Removes the given key and its associated value from a specific group.

+
+ + + +
- (void)removeValueForKey:(NSString *)key inGroup:(nullable NSString *)group
+ + + +
+

Parameters

+ + + + + + + + + + + + +
key

The key to remove along with its associated value.

group

The group from which to remove the key and its associated value, or @p if the default group should be used.

+
+ + + + + + + +
+

Discussion

+

Removes the given key and its associated value from a specific group.

+
+ + + + + + + +
+

Declared In

+

ADYServiceParameters.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +626,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYTextFieldAppearance.html b/Docs/Classes/ADYTextFieldAppearance.html index f87ae972..9b7c01fc 100644 --- a/Docs/Classes/ADYTextFieldAppearance.html +++ b/Docs/Classes/ADYTextFieldAppearance.html @@ -3,11 +3,11 @@ - + ADYTextFieldAppearance Class Reference - +
@@ -43,10 +43,34 @@

@@ -59,12 +83,229 @@

-

+

ADYTextFieldAppearance Class Reference

+
+ + + + + + + +
Inherits fromADYAppearance : NSObject
Declared inADYTextFieldAppearance.h
+ + +
+ +

Overview

+

Contains properties to customize the appearance of the text fields.

Note: This class corresponds to the TextFieldCustomization class in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

  borderWidth +

+ +
+
+ +
+ + +
+

The width of the text field’s border.

+
+ + + +
@property (nonatomic, assign, readwrite) CGFloat borderWidth
+ + + + + + + + + +
+

Discussion

+

The width of the text field’s border.

+
+ + + + + + + +
+

Declared In

+

ADYTextFieldAppearance.h

+
+ + +
+
+
+ +

  borderColor +

+ +
+
+ +
+ + +
+

The color of the text field’s border.

+
+ + + +
@property (nonatomic, strong, readwrite) UIColor *borderColor
+ + + + + + + + + +
+

Discussion

+

The color of the text field’s border.

+
+ + + + + + + +
+

Declared In

+

ADYTextFieldAppearance.h

+
+ + +
+
+
+ +

  cornerRadius +

+ +
+
+ +
+ + +
+

The radius of the text field’s corners.

+
+ + + +
@property (nonatomic, assign, readwrite) CGFloat cornerRadius
+ + + + + + + + + +
+

Discussion

+

The radius of the text field’s corners.

+
+ + + + + + + +
+

Declared In

+

ADYTextFieldAppearance.h

+
+ + +
+
+
+ +

  keyboardAppearance +

+ +
+
+ +
+ + +
+

The appearance of the keyboard when the text field is used.

+
+ + + +
@property (nonatomic, assign, readwrite) UIKeyboardAppearance keyboardAppearance
+ + + + + + + + +
+

Discussion

+

The appearance of the keyboard when the text field is used.

+
+ + + + + + + +
+

Declared In

+

ADYTextFieldAppearance.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +317,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Classes/ADYWarning.html b/Docs/Classes/ADYWarning.html index f87ae972..2c05a294 100644 --- a/Docs/Classes/ADYWarning.html +++ b/Docs/Classes/ADYWarning.html @@ -3,11 +3,11 @@ - + ADYWarning Class Reference - +
@@ -43,10 +43,32 @@

@@ -59,13 +81,184 @@

-

+

ADYWarning Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inADYWarning.h
+ + +
+ +

Overview

+

Describes a warning produced while conducting security checks.

Note: This class corresponds to the ChallengeParameters class in the specification.

+
+ + + +
+ + + + + + +
+
+ +

  identifier +

+ +
+
+ +
+ + +
+

The identifier of the warning.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *identifier
+ + + + + + + + + +
+

Discussion

+

The identifier of the warning.

+
+ + + + + + + +
+

Declared In

+

ADYWarning.h

+
+ + +
+
+
+ +

  message +

+ +
+
+ +
+ + +
+

The message of the warning.

+
+ + + +
@property (nonatomic, copy, readonly) NSString *message
+ + + + + + + + + +
+

Discussion

+

The message of the warning.

+
+ + + + + + + +
+

Declared In

+

ADYWarning.h

+
+ + +
+
+
+ +

  severity +

+ +
+
+ +
+ + +
+

The severity level of the warning.

+
+ + + +
@property (nonatomic, assign, readonly) ADYWarningSeverity severity
+ + + + + + + + + +
+

Discussion

+

The severity level of the warning.

+
+ + + + + + + +
+

Declared In

+

ADYWarning.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +269,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Constants/ADYAppearanceButtonType.html b/Docs/Constants/ADYAppearanceButtonType.html index 717faa56..bf1bfccb 100644 --- a/Docs/Constants/ADYAppearanceButtonType.html +++ b/Docs/Constants/ADYAppearanceButtonType.html @@ -3,11 +3,11 @@ - + ADYAppearanceButtonType Constants Reference - +
@@ -59,9 +59,16 @@

-

+

ADYAppearanceButtonType Constants Reference

+
+ + + + +
Declared inADYAppearanceConfiguration.h
+ @@ -112,7 +119,7 @@

Constants

- ADYAppearanceConfiguration.h. + Declared In ADYAppearanceConfiguration.h.

@@ -129,7 +136,7 @@

Constants

- ADYAppearanceConfiguration.h. + Declared In ADYAppearanceConfiguration.h.

@@ -146,7 +153,7 @@

Constants

- ADYAppearanceConfiguration.h. + Declared In ADYAppearanceConfiguration.h.

@@ -163,7 +170,7 @@

Constants

- ADYAppearanceConfiguration.h. + Declared In ADYAppearanceConfiguration.h.

@@ -180,7 +187,7 @@

Constants

- ADYAppearanceConfiguration.h. + Declared In ADYAppearanceConfiguration.h.

@@ -196,7 +203,7 @@

Constants

-

+

Declared In

ADYAppearanceConfiguration.h

@@ -210,6 +217,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Constants/ADYButtonAppearanceTextTransform.html b/Docs/Constants/ADYButtonAppearanceTextTransform.html index c3d70a8c..6d91e108 100644 --- a/Docs/Constants/ADYButtonAppearanceTextTransform.html +++ b/Docs/Constants/ADYButtonAppearanceTextTransform.html @@ -3,11 +3,11 @@ - + ADYButtonAppearanceTextTransform Constants Reference - +
@@ -59,9 +59,16 @@

-

+

ADYButtonAppearanceTextTransform Constants Reference

+
+ + + + +
Declared inADYButtonAppearance.h
+ @@ -108,7 +115,7 @@

Constants

- ADYButtonAppearance.h. + Declared In ADYButtonAppearance.h.

@@ -125,7 +132,7 @@

Constants

- ADYButtonAppearance.h. + Declared In ADYButtonAppearance.h.

@@ -142,7 +149,7 @@

Constants

- ADYButtonAppearance.h. + Declared In ADYButtonAppearance.h.

@@ -158,7 +165,7 @@

Constants

-

+

Declared In

ADYButtonAppearance.h

@@ -172,6 +179,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Constants/ADYRuntimeErrorCode.html b/Docs/Constants/ADYRuntimeErrorCode.html index 4c1b8461..5bb824b2 100644 --- a/Docs/Constants/ADYRuntimeErrorCode.html +++ b/Docs/Constants/ADYRuntimeErrorCode.html @@ -3,11 +3,11 @@ - + ADYRuntimeErrorCode Constants Reference - +
@@ -59,9 +59,16 @@

-

+

ADYRuntimeErrorCode Constants Reference

+
+ + + + +
Declared inADYRuntimeError.h
+ @@ -114,7 +121,7 @@

Constants

- ADYRuntimeError.h. + Declared In ADYRuntimeError.h.

@@ -131,7 +138,7 @@

Constants

- ADYRuntimeError.h. + Declared In ADYRuntimeError.h.

@@ -148,7 +155,7 @@

Constants

- ADYRuntimeError.h. + Declared In ADYRuntimeError.h.

@@ -165,7 +172,7 @@

Constants

- ADYRuntimeError.h. + Declared In ADYRuntimeError.h.

@@ -182,7 +189,7 @@

Constants

- ADYRuntimeError.h. + Declared In ADYRuntimeError.h.

@@ -199,7 +206,7 @@

Constants

- ADYRuntimeError.h. + Declared In ADYRuntimeError.h.

@@ -215,7 +222,7 @@

Constants

-

+

Declared In

ADYRuntimeError.h

@@ -229,6 +236,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Constants/ADYWarningSeverity.html b/Docs/Constants/ADYWarningSeverity.html index 4de12e07..c5b4d512 100644 --- a/Docs/Constants/ADYWarningSeverity.html +++ b/Docs/Constants/ADYWarningSeverity.html @@ -3,11 +3,11 @@ - + ADYWarningSeverity Constants Reference - +
@@ -59,9 +59,16 @@

-

+

ADYWarningSeverity Constants Reference

+
+ + + + +
Declared inADYWarning.h
+ @@ -108,7 +115,7 @@

Constants

- ADYWarning.h. + Declared In ADYWarning.h.

@@ -125,7 +132,7 @@

Constants

- ADYWarning.h. + Declared In ADYWarning.h.

@@ -142,7 +149,7 @@

Constants

- ADYWarning.h. + Declared In ADYWarning.h.

@@ -158,7 +165,7 @@

Constants

-

+

Declared In

ADYWarning.h

@@ -172,6 +179,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Protocols/ADYChallengeDelegate.html b/Docs/Protocols/ADYChallengeDelegate.html index f87ae972..8d5e7d62 100644 --- a/Docs/Protocols/ADYChallengeDelegate.html +++ b/Docs/Protocols/ADYChallengeDelegate.html @@ -3,11 +3,11 @@ - + ADYChallengeDelegate Protocol Reference - +
@@ -43,10 +43,30 @@

@@ -59,12 +79,161 @@

-

+

ADYChallengeDelegate Protocol Reference

+
+ + + + + + + +
Conforms toNSObject
Declared inADYChallengeDelegate.h
+ + +
+ +

Overview

+

Defines methods which a delegate can implement to be informed when a challenge is completed.

Note: This protocol corresponds to the ChallengeStatusReceiver interface in the specification.

+
+ + + + + +
+ + + + + + +
+
+ +

– challengeDidFinishWithResult: +required method

+ +
+
+ +
+ + +
+

Invoked when a challenge is completed successfully.

+
+ + + +
- (void)challengeDidFinishWithResult:(ADYChallengeResult *)result
+ + + +
+

Parameters

+ + + + + + + +
result

The result of the challenge.

+
+ + + + + + + +
+

Discussion

+

Invoked when a challenge is completed successfully.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeDelegate.h

+
+ + +
+
+
+ +

– challengeDidFailWithError: +required method

+ +
+
+ +
+ + +
+

Invokes when a challenge has failed.

+
+ + + +
- (void)challengeDidFailWithError:(NSError *)error
+ + + +
+

Parameters

+ + + + + + + +
error

The error that occurred.

+
+ + + + + + +
+

Discussion

+

Invokes when a challenge has failed.

+
+ + + + + + + +
+

Declared In

+

ADYChallengeDelegate.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +245,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/Protocols/ADYProgressView.html b/Docs/Protocols/ADYProgressView.html index f87ae972..03c22dd7 100644 --- a/Docs/Protocols/ADYProgressView.html +++ b/Docs/Protocols/ADYProgressView.html @@ -3,11 +3,11 @@ - + ADYProgressView Protocol Reference - +
@@ -43,10 +43,36 @@

@@ -59,12 +85,183 @@

-

+

ADYProgressView Protocol Reference

+
+ + + + + + + +
Conforms toNSObject
Declared inADYProgressView.h
+ + +
+ +

Overview

+

A full screen progress view with a title, cancel button and loading indicator.

+
+ + + + + +
+ + + + + + +
+
+ +

  cancelButtonHandler +required method

+ +
+
+ +
+ + +
+

A block that is invoked when the cancel button is selected.

+
+ + + +
@property (nonatomic, copy, readwrite, nullable) void ( ^ ) ( void ) cancelButtonHandler
+ + + + + + + + + +
+

Discussion

+

A block that is invoked when the cancel button is selected.

+
+ + + + + + + +
+

Declared In

+

ADYProgressView.h

+
+ + +
+
+
+ +

– show +required method

+ +
+
+ +
+ + +
+

Shows the progress view on the current top-most view.

+
+ + + +
- (void)show
+ + + + + + + + + +
+

Discussion

+

Shows the progress view on the current top-most view.

+
+ + + + + + + +
+

Declared In

+

ADYProgressView.h

+
+ + +
+
+
+ +

– hide +required method

+
+
+ +
+ + +
+

Hides the progress view.

+
+ + + +
- (void)hide
+ + + + + + + + + +
+

Discussion

+

Hides the progress view.

+
+ + + + + + + +
+

Declared In

+

ADYProgressView.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +273,8 @@

+

Generated by appledoc 2.2.1 (build 1333).

+
diff --git a/Docs/css/style.css b/Docs/css/style.css new file mode 100644 index 00000000..2e0648e3 --- /dev/null +++ b/Docs/css/style.css @@ -0,0 +1,2 @@ +html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box}.clear{clear:both}.clearfix:before,.container:before,article #content:before,article #content footer:before,.clearfix:after,.container:after,article #content:after,article #content footer:after{clear:both;display:table;content:""}.xcode .hide-in-xcode{display:none}body{font:62.5% -apple-system-font,"Helvetica Neue",Helvetica,sans-serif;background:#f2f2f2}h1,h2,h3{font-weight:300;color:gray}h1{font-size:2em;color:#000}h4{font-size:13px;line-height:1.5;margin:21px 0 0}a{color:#08c;text-decoration:none}pre,code{font-family:Source Code Pro,Monaco,Menlo,Consolas,monospace;word-wrap:break-word}pre>code,.method-declaration code{display:inline-block;font-size:.85em;padding:4px 0 4px 10px;border-left:5px solid rgba(0,155,51,.2)}pre>code:before,.method-declaration code:before{content:"Objective-C";display:block;font:9px/1 -apple-system-font,"Helvetica Neue",Helvetica,sans-serif;color:#009b33;text-transform:uppercase;letter-spacing:2px;padding-bottom:6px}pre>code{font-size:inherit}table,th,td{border:1px solid #e9e9e9}table{width:100%}th,td{padding:7px}th>:first-child,td>:first-child{margin-top:0}th>:last-child,td>:last-child{margin-bottom:0}.container{max-width:980px;padding:0 10px;margin:0 auto}@media(max-width:650px){.container{padding:0}}header{position:fixed;top:0;left:0;width:100%;z-index:2;background:#414141;color:#fff;font-size:1.1em;line-height:25px;letter-spacing:.05em}header #library-title{float:left}header #developer-home{float:right}header h1{font-size:inherit;font-weight:inherit;margin:0}header p{margin:0}header h1,header a{color:inherit}@media(max-width:650px){header{position:absolute}header .container{padding:0 10px}}aside{position:fixed;top:25px;left:0;width:100%;height:25px;z-index:2;font-size:1.1em}aside #header-buttons{background:rgba(255,255,255,.8);margin:0 1px;padding:0;list-style:none;text-align:right;line-height:32px}aside #header-buttons li{display:inline-block;cursor:pointer;padding:0 10px}aside #header-buttons label,aside #header-buttons select{cursor:inherit}aside #header-buttons #on-this-page{position:relative}aside #header-buttons #on-this-page .chevron{display:inline-block;width:14px;height:4px;position:relative}aside #header-buttons #on-this-page .chevron .chevy{background:#878787;height:2px;position:absolute;width:10px}aside #header-buttons #on-this-page .chevron .chevy.chevron-left{left:0;-webkit-transform:rotateZ(45deg) scale(.6);transform:rotateZ(45deg) scale(.6)}aside #header-buttons #on-this-page .chevron .chevy.chevron-right{right:0;-webkit-transform:rotateZ(-45deg) scale(.6);transform:rotateZ(-45deg) scale(.6)}aside #header-buttons #on-this-page #jump-to{opacity:0;filter:alpha(opacity=0);font-size:16px;position:absolute;top:5px;left:0;width:100%;height:100%}article{margin-top:25px}article #content{background:#fff;border:1px solid #e9e9e9;padding:15px 25px 30px;font-size:1.4em;line-height:1.45;position:relative}@media(max-width:650px){article #content{padding:15px 10px 20px}}article #content .navigation-top{position:absolute;top:15px;right:25px}article #content .title{margin:21px 0 0;padding:15px 0}article #content p{color:#414141;margin:0 0 15px}article #content th p:last-child,article #content td p:last-child{margin-bottom:0}article #content main ul{list-style:none;margin-left:24px;margin-bottom:12px;padding:0}article #content main ul li{position:relative;padding-left:1.3em}article #content main ul li:before{content:"\02022";color:#414141;font-size:1.08em;line-height:1;position:absolute;left:0;padding-top:2px}article #content footer .footer-copyright{margin:70px 25px 10px 0}article #content footer p{font-size:.71em;color:#a0a0a0}.index-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width:650px){.index-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.index-container .index-column{-webkit-box-flex:1;-webkit-flex:1 1 33%;-ms-flex:1 1 33%;flex:1 1 33%}.section-specification table{width:auto}.section-specification table th{text-align:left}.method-title{margin-left:-15px;margin-bottom:8px;-webkit-transition:margin-left .3s ease-out;transition:margin-left .3s ease-out}.section-method.hide .method-title{margin-left:0}.method-title code{font-weight:400;font-size:.85em}.method-info{background:#f9f9f9;border-bottom:1px solid #e9e9e9;margin:0 -25px;padding:20px 25px 0;-webkit-transition:height .3s ease-out;transition:height .3s ease-out;position:relative}.method-info .pointy-thing{background:#fff;height:10px;border-bottom:1px solid #e9e9e9;margin:-20px -25px 16px}.method-info .pointy-thing:before{display:inline-block;content:"";background:#f9f9f9;border:1px solid #e9e9e9;border-bottom:0;border-right:0;position:absolute;left:21px;top:3px;width:12px;height:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.method-info .method-subsection{margin-bottom:15px}.method-info .method-subsection .argument-name{width:1px;text-align:right}.method-info .method-subsection .argument-name code{color:gray;font-style:italic;font-weight:400}.section-method.hide .method-info{height:0!important;overflow:hidden;display:none}.section-method.hide.animating .method-info{display:block}.section-method.animating .method-info{overflow:hidden}@media print{body{background:#fff;padding:8px}header{position:static;background:#fff;color:#000}aside{display:none}.container{max-width:none;padding:0}article{margin-top:0}article #content{border:0;background:#fff;padding:15px 0 0}article #content .title{margin-top:0;padding-top:0}.method-info,.method-info .pointy-thing{background:#fff}}.xcode header,.xcode aside{display:none}.xcode .container{padding:0}.xcode article{margin-top:0}.xcode article #content{border:0;margin:0}.xcode .section-method.hide .method-info,.xcode .section-method.hide.animating .method-info,.xcode .section-method.animating .method-info{height:auto!important;overflow:visible;display:block}.xcode .section-method.hide .method-title{margin-left:-15px} +/*# sourceMappingURL=to.css.map */ \ No newline at end of file diff --git a/Docs/hierarchy.html b/Docs/hierarchy.html index 87c3b87e..0f512b9c 100644 --- a/Docs/hierarchy.html +++ b/Docs/hierarchy.html @@ -3,11 +3,11 @@ - + Adyen3DS2 Hierarchy - +
@@ -38,11 +38,11 @@

-

+

Adyen3DS2 Hierarchy

-

+

Class Hierarchy

diff --git a/Docs/index.html b/Docs/index.html index 4ce55518..7226e7cf 100644 --- a/Docs/index.html +++ b/Docs/index.html @@ -3,11 +3,11 @@ - + Adyen3DS2 Reference - +
@@ -38,7 +38,7 @@

-

+

Adyen3DS2 Reference

@@ -47,7 +47,7 @@

-

+

Class References