STDSWarning Class Reference

Inherits from NSObject
Declared in STDSWarning.h

Overview

The STDSWarning class represents warnings generated by STDSThreeDS2Service during security checks run during initialization. @see STDSThreeDS2Service

– initWithIdentifier:message:severity:

Designated initializer for STDSWarning.

- (instancetype)initWithIdentifier:(NSString *)identifier message:(NSString *)message severity:(STDSWarningSeverity)severity

Discussion

Designated initializer for STDSWarning.

Declared In

STDSWarning.h

– init

STDSWarning should not be directly initialized.

- (instancetype)init

Discussion

STDSWarning should not be directly initialized.

Declared In

STDSWarning.h

  identifier

The identifier for this warning instance.

@property (nonatomic, readonly) NSString *identifier

Discussion

The identifier for this warning instance.

Declared In

STDSWarning.h

  message

The descriptive message for this warning.

@property (nonatomic, readonly) NSString *message

Discussion

The descriptive message for this warning.

Declared In

STDSWarning.h

  severity

The severity of this warning.

@property (nonatomic, readonly) STDSWarningSeverity severity

Discussion

The severity of this warning.

Declared In

STDSWarning.h