ADYChallengeCompletionHandler Block Reference
+Declared in | +ADYTransaction.h | +
---|
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+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 @@
-Declared in | +ADYTransaction.h | +
---|
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Conforms to | +NSCopying | +
Declared in | +ADYAppearance.h | +
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
The font in which text is displayed.
+ADYAppearance.h
textColor
+The color in which text is displayed.
+@property (nonatomic, strong, readwrite) UIColor *textColor
The color in which text is displayed.
+ADYAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Conforms to | +NSCopying | +
Declared in | +ADYAppearanceConfiguration.h | +
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
The preferred status bar style for the challenge flow.
+ADYAppearanceConfiguration.h
backgroundColor
+The background color of the entire challenge flow.
+@property (nonatomic, strong, readwrite) UIColor *backgroundColor
The background color of the entire challenge flow.
+ADYAppearanceConfiguration.h
textColor
+A convenience property that sets the text color on every appearance object.
+@property (nonatomic, strong, readwrite) UIColor *textColor
A convenience property that sets the text color on every appearance object.
+ADYAppearanceConfiguration.h
borderColor
+A convenience property that sets the border color on every appearance object.
+@property (nonatomic, strong, readwrite) UIColor *borderColor
A convenience property that sets the border color on every appearance object.
+ADYAppearanceConfiguration.h
tintColor
+A convenience property that sets the tint color on every appearance object.
+@property (nonatomic, strong, readwrite) UIColor *tintColor
A convenience property that sets the tint color on every appearance object.
+ADYAppearanceConfiguration.h
navigationBarAppearance
+The appearance of the navigation bar.
+@property (nonatomic, strong, readonly) ADYNavigationBarAppearance *navigationBarAppearance
The appearance of the navigation bar.
+ADYAppearanceConfiguration.h
labelAppearance
+The appearance of the labels.
+@property (nonatomic, strong, readonly) ADYLabelAppearance *labelAppearance
The appearance of the labels.
+ADYAppearanceConfiguration.h
textFieldAppearance
+The appearance of the text fields.
+@property (nonatomic, strong, readonly) ADYTextFieldAppearance *textFieldAppearance
The appearance of the text fields.
+ADYAppearanceConfiguration.h
selectAppearance
+The appearance of select controls.
+@property (nonatomic, strong, readonly) ADYSelectAppearance *selectAppearance
The appearance of select controls.
+ADYAppearanceConfiguration.h
infoAppearance
+The appearance of info items.
+@property (nonatomic, strong, readonly) ADYInfoAppearance *infoAppearance
The appearance of info items.
+ADYAppearanceConfiguration.h
– buttonAppearanceForButtonType:
+Returns the appearance for the button of the given type.
+- (ADYButtonAppearance *)buttonAppearanceForButtonType:(ADYAppearanceButtonType)buttonType
buttonType |
+ The button type to return the appearance for. |
+
---|
The appearance for the button of the given type.
+Returns the appearance for the button of the given type.
+ADYAppearanceConfiguration.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Declared in | +ADYAuthenticationRequestParameters.h | +
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
The device information, encrypted using JSON Web Encryption.
+ADYAuthenticationRequestParameters.h
SDKApplicationIdentifier
+A unique string identifying the application.
+@property (nonatomic, copy, readonly) NSString *SDKApplicationIdentifier
A unique string identifying the application.
+ADYAuthenticationRequestParameters.h
SDKTransactionIdentifier
+A unique string identifying the transaction within the scope of the SDK.
+@property (nonatomic, copy, readonly) NSString *SDKTransactionIdentifier
A unique string identifying the transaction within the scope of the SDK.
+ADYAuthenticationRequestParameters.h
SDKReferenceNumber
+A string identifying the SDK, assigned by EMVCo.
+@property (nonatomic, copy, readonly) NSString *SDKReferenceNumber
A string identifying the SDK, assigned by EMVCo.
+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
The public key component of the ephemeral keypair generated for the transaction, represented as a JWK.
+ADYAuthenticationRequestParameters.h
messageVersion
+The protocol version to use during the transaction.
+@property (nonatomic, copy, readonly) NSString *messageVersion
The protocol version to use during the transaction.
+ADYAuthenticationRequestParameters.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +ADYAppearance : NSObject | +
---|---|
Declared in | +ADYButtonAppearance.h | +
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
The type of transform to apply to the button’s text.
+ADYButtonAppearance.h
backgroundColor
+The background color of the button.
+@property (nonatomic, strong, readwrite) UIColor *backgroundColor
The background color of the button.
+ADYButtonAppearance.h
disabledTextColor
+The color of the button’s title in case it’s disabled.
+@property (nonatomic, strong, readwrite) UIColor *disabledTextColor
The color of the button’s title in case it’s disabled.
+ADYButtonAppearance.h
disabledBackgroundColor
+The background color of the button in case it’s disabled.
+@property (nonatomic, strong, readwrite) UIColor *disabledBackgroundColor
The background color of the button in case it’s disabled.
+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
The background color of hte button in case it’s highlighted, or nil when the default color should be darkened.
+ADYButtonAppearance.h
cornerRadius
+The radius of the button’s corners.
+@property (nonatomic, assign, readwrite) CGFloat cornerRadius
The radius of the button’s corners.
+ADYButtonAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Declared in | +ADYChallengeParameters.h | +
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
A unique string identifying the transaction within the scope of the 3DS Server.
+ADYChallengeParameters.h
ACSTransactionIdentifier
+A unique string identifying the transaction within the scope of the ACS.
+@property (nonatomic, copy, readonly) NSString *ACSTransactionIdentifier
A unique string identifying the transaction within the scope of the ACS.
+ADYChallengeParameters.h
ACSReferenceNumber
+A string identifying the ACS, assigned by EMVCo.
+@property (nonatomic, copy, readonly) NSString *ACSReferenceNumber
A string identifying the ACS, assigned by EMVCo.
+ADYChallengeParameters.h
ACSSignedContent
+A JWS containing, among other data, the ACS Ephemeral Public Key.
+@property (nonatomic, copy, readonly) NSString *ACSSignedContent
A JWS containing, among other data, the ACS Ephemeral Public Key.
+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
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. |
+
Initialized object containing the challenge parameters.
+Creates and returns an object containing challenge parameters.
+ADYChallengeParameters.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Declared in | +ADYChallengeResult.h | +
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
A unique string identifying the transaction within the scope of the SDK.
+ADYChallengeResult.h
transactionStatus
+The final transaction status.
+@property (nonatomic, copy, readonly) NSString *transactionStatus
The final transaction status.
+ADYChallengeResult.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +ADYAppearance : NSObject | +
---|---|
Declared in | +ADYInfoAppearance.h | +
headingFont
+The font in which heading text is displayed.
+@property (nonatomic, strong, readwrite) UIFont *headingFont
The font in which heading text is displayed.
+ADYInfoAppearance.h
headingTextColor
+The color in which heading text is displayed.
+@property (nonatomic, strong, readwrite) UIColor *headingTextColor
The color in which heading text is displayed.
+ADYInfoAppearance.h
selectionIndicatorTintColor
+The tint color of the item’s selection indicator (the chevron).
+@property (nonatomic, strong, readwrite) UIColor *selectionIndicatorTintColor
The tint color of the item’s selection indicator (the chevron).
+ADYInfoAppearance.h
borderColor
+The color of the info item’s border.
+@property (nonatomic, strong, readwrite) UIColor *borderColor
The color of the info item’s border.
+ADYInfoAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +ADYAppearance : NSObject | +
---|---|
Declared in | +ADYLabelAppearance.h | +
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
The font in which heading text is displayed.
+ADYLabelAppearance.h
headingTextColor
+The color in which heading text is displayed.
+@property (nonatomic, strong, readwrite) UIColor *headingTextColor
The color in which heading text is displayed.
+ADYLabelAppearance.h
headingLineHeight
+The line height of the heading text.
+@property (nonatomic, assign, readwrite) CGFloat headingLineHeight
The line height of the heading text.
+ADYLabelAppearance.h
subheadingFont
+The font in which subheading text is displayed.
+@property (nonatomic, strong, readwrite) UIFont *subheadingFont
The font in which subheading text is displayed.
+ADYLabelAppearance.h
subheadingTextColor
+The color in which subheading text is displayed.
+@property (nonatomic, strong, readwrite) UIColor *subheadingTextColor
The color in which subheading text is displayed.
+ADYLabelAppearance.h
errorTextColor
+The color in which error text is displayed.
+@property (nonatomic, strong, readwrite) UIColor *errorTextColor
The color in which error text is displayed.
+ADYLabelAppearance.h
lineHeight
+The line height of regular text.
+@property (nonatomic, assign, readwrite) CGFloat lineHeight
The line height of regular text.
+ADYLabelAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +ADYAppearance : NSObject | +
---|---|
Declared in | +ADYNavigationBarAppearance.h | +
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
The title of the navigation bar.
+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
The title of the cancel button in the navigation bar, or nil
to leave it at the default system localized cancel button title.
ADYNavigationBarAppearance.h
backgroundColor
+The background color of the navigation bar.
+@property (nonatomic, strong, readwrite, nullable) UIColor *backgroundColor
The background color of the navigation bar.
+ADYNavigationBarAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +ADYAppearance : NSObject | +
---|---|
Declared in | +ADYSelectAppearance.h | +
borderColor
+The color of the select control’s borders.
+@property (nonatomic, strong, readwrite) UIColor *borderColor
The color of the select control’s borders.
+ADYSelectAppearance.h
highlightedBackgroundColor
+The color of a select control item’s background when it’s highlighted.
+@property (nonatomic, strong, readwrite) UIColor *highlightedBackgroundColor
The color of a select control item’s background when it’s highlighted.
+ADYSelectAppearance.h
selectionIndicatorTintColor
+The tint color of the select control item’s selection indicator.
+@property (nonatomic, strong, readwrite) UIColor *selectionIndicatorTintColor
The tint color of the select control item’s selection indicator.
+ADYSelectAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Declared in | +ADYService.h | +
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
The current version of the SDK.
+ADYService.h
warnings
+Array containing the warnings that were produced during initialization of the service.
+@property (nonatomic, copy, readonly) NSArray<ADYWarning*> *warnings
Array containing the warnings that were produced during initialization of the service.
+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 |
+ A collection of parameters to use during initialization of the service. |
+
---|---|
appearanceConfiguration |
+ The configuration of the appearance of the challenge flow. When |
+
completionHandler |
+ The completion handler to invoke when the service has been initialized. |
+
Asynchronously creates a service and prepares it for creating a transaction.
+ADYService.h
– transactionWithMessageVersion:error:
+Creates a new transaction.
+- (nullable ADYTransaction *)transactionWithMessageVersion:(nullable NSString *)messageVersion error:(NSError *__nullable *__nullable)error
messageVersion |
+ The version of the protocol to be used during the transaction, or |
+
---|---|
error |
+ A pointer to an error object that is set to an @p NSError instance when an error occurs. |
+
An initialized transaction, or @p nil if a transaction could not be initialized.
+Creates a new transaction.
+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." )
A boolean value indicating whether the service is ready to create transactions.
+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 |
+ The parameters to use when loading the service. |
+
---|---|
appearanceConfiguration |
+ The configuration of the appearance of the challenge flow. When |
+
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 |
+
Asynchronously loads a service and creates a transaction. This method acts as a helper method that consolidates the two ADYService methods into one.
+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 |
+ A collection of parameters to use when loading the service. |
+
---|---|
appearanceConfiguration |
+ The configuration of the appearance of the challenge flow. When |
+
completionHandler |
+ The completion handler to invoke when the service has been loaded. |
+
Asynchronously loads the service and prepares it for creating a transaction.
+ADYService.h
– transactionWithDirectoryServerIdentifier:messageVersion:error:
+Creates a new transaction.
+- (nullable ADYTransaction *)transactionWithDirectoryServerIdentifier:(nullable NSString *)directoryServerIdentifier messageVersion:(nullable NSString *)messageVersion error:(NSError *__nullable *__nullable)error
directoryServerIdentifier |
+ The identifier of the directory server for which to create the transaction. When |
+
---|---|
messageVersion |
+ The version of the protocol to be used during the transaction, or |
+
error |
+ A pointer to an error object that is set to an @p NSError instance when an error occurs. |
+
An initialized transaction, or @p nil if a transaction could not be initialized.
+Creates a new transaction.
+ADYService.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Declared in | +ADYServiceParameters.h | +
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
The identifier of the directory server to use during the transaction creation phase.
+ +Usage of this property is optional.
+ADYServiceParameters.h
directoryServerPublicKey
+The public key of the directory server to use during the transaction creation phase.
+@property (nonatomic, copy, readwrite, nullable) NSString *directoryServerPublicKey
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.
+ADYServiceParameters.h
– valueForKey:
+Returns the value associated with a given key in the default group.
+- (nullable NSString *)valueForKey:(NSString *)key
key |
+ The key for which to return the corresponding value. |
+
---|
The value associated with @p key, or @p nil if no value was set.
+Returns the value associated with a given key in the default group.
+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
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. |
+
The value associated with @p key, or @p nil if no value was set.
+Returns the value associated with a given key in a specific group.
+ADYServiceParameters.h
– setValue:forKey:
+Sets the value for a given key in the default group.
+- (void)setValue:(nullable NSString *)value forKey:(NSString *)key
value |
+ The value to set, or @p nil to remove the value. |
+
---|---|
key |
+ The key for @p value. |
+
Sets the value for a given key in the default group.
+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
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. |
+
Sets the value for a given key in a specific group.
+ADYServiceParameters.h
– removeValueForKey:
+Removes the given key and its associated value from the default group.
+- (void)removeValueForKey:(NSString *)key
key |
+ The key to remove along with its associated value. |
+
---|
Removes the given key and its associated value from the default group.
+ADYServiceParameters.h
– removeValueForKey:inGroup:
+Removes the given key and its associated value from a specific group.
+- (void)removeValueForKey:(NSString *)key inGroup:(nullable NSString *)group
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. |
+
Removes the given key and its associated value from a specific group.
+ADYServiceParameters.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +ADYAppearance : NSObject | +
---|---|
Declared in | +ADYTextFieldAppearance.h | +
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
The width of the text field’s border.
+ADYTextFieldAppearance.h
borderColor
+The color of the text field’s border.
+@property (nonatomic, strong, readwrite) UIColor *borderColor
The color of the text field’s border.
+ADYTextFieldAppearance.h
cornerRadius
+The radius of the text field’s corners.
+@property (nonatomic, assign, readwrite) CGFloat cornerRadius
The radius of the text field’s corners.
+ADYTextFieldAppearance.h
keyboardAppearance
+The appearance of the keyboard when the text field is used.
+@property (nonatomic, assign, readwrite) UIKeyboardAppearance keyboardAppearance
The appearance of the keyboard when the text field is used.
+ADYTextFieldAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Inherits from | +NSObject | +
---|---|
Declared in | +ADYWarning.h | +
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
The identifier of the warning.
+ADYWarning.h
message
+The message of the warning.
+@property (nonatomic, copy, readonly) NSString *message
The message of the warning.
+ADYWarning.h
severity
+The severity level of the warning.
+@property (nonatomic, assign, readonly) ADYWarningSeverity severity
The severity level of the warning.
+ADYWarning.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Declared in | +ADYAppearanceConfiguration.h | +
---|
- ADYAppearanceConfiguration.h
.
+ Declared In ADYAppearanceConfiguration.h
.
- ADYAppearanceConfiguration.h
.
+ Declared In ADYAppearanceConfiguration.h
.
- ADYAppearanceConfiguration.h
.
+ Declared In ADYAppearanceConfiguration.h
.
- ADYAppearanceConfiguration.h
.
+ Declared In ADYAppearanceConfiguration.h
.
- ADYAppearanceConfiguration.h
.
+ Declared In ADYAppearanceConfiguration.h
.
ADYAppearanceConfiguration.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Declared in | +ADYButtonAppearance.h | +
---|
- ADYButtonAppearance.h
.
+ Declared In ADYButtonAppearance.h
.
- ADYButtonAppearance.h
.
+ Declared In ADYButtonAppearance.h
.
- ADYButtonAppearance.h
.
+ Declared In ADYButtonAppearance.h
.
ADYButtonAppearance.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Declared in | +ADYRuntimeError.h | +
---|
- ADYRuntimeError.h
.
+ Declared In ADYRuntimeError.h
.
- ADYRuntimeError.h
.
+ Declared In ADYRuntimeError.h
.
- ADYRuntimeError.h
.
+ Declared In ADYRuntimeError.h
.
- ADYRuntimeError.h
.
+ Declared In ADYRuntimeError.h
.
- ADYRuntimeError.h
.
+ Declared In ADYRuntimeError.h
.
- ADYRuntimeError.h
.
+ Declared In ADYRuntimeError.h
.
ADYRuntimeError.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Declared in | +ADYWarning.h | +
---|
- ADYWarning.h
.
+ Declared In ADYWarning.h
.
- ADYWarning.h
.
+ Declared In ADYWarning.h
.
- ADYWarning.h
.
+ Declared In ADYWarning.h
.
ADYWarning.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Conforms to | +NSObject | +
---|---|
Declared in | +ADYChallengeDelegate.h | +
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 methodInvoked when a challenge is completed successfully.
+- (void)challengeDidFinishWithResult:(ADYChallengeResult *)result
result |
+ The result of the challenge. |
+
---|
Invoked when a challenge is completed successfully.
+ADYChallengeDelegate.h
– challengeDidFailWithError:
+required methodInvokes when a challenge has failed.
+- (void)challengeDidFailWithError:(NSError *)error
error |
+ The error that occurred. |
+
---|
Invokes when a challenge has failed.
+ADYChallengeDelegate.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Conforms to | +NSObject | +
---|---|
Declared in | +ADYProgressView.h | +
cancelButtonHandler
+required methodA block that is invoked when the cancel button is selected.
+@property (nonatomic, copy, readwrite, nullable) void ( ^ ) ( void ) cancelButtonHandler
A block that is invoked when the cancel button is selected.
+ADYProgressView.h
– show
+required methodShows the progress view on the current top-most view.
+- (void)show
Shows the progress view on the current top-most view.
+ADYProgressView.h
– hide
+required methodHides the progress view.
+- (void)hide
Hides the progress view.
+ADYProgressView.h
Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+Copyright © 2019 Adyen. All rights reserved. Updated: 2019-07-17
+Generated by appledoc 2.2.1 (build 1333).
+