#import <AXWarning.h>
◆ containsWarningCode:()
| - (BOOL) containsWarningCode: |
|
(AXWarningCode) |
warningCode |
|
Determines if the current warning contains a certain warning code.
- Parameters
-
| warningCode | The warning code. |
- Returns
- YES if the warning code is present, NO otherwise.
◆ warningWithCodes:message:()
| + (instancetype) warningWithCodes: |
|
(NSArray< NSNumber * > *) |
warningCodes |
| message: |
|
(NSString *) |
message |
|
|
| |
Factory method for creating a warning object with a list of warnings and a message.
- Parameters
-
| warningCodes | The warning codes, wrapped as numbers. |
| message | The warning message. |
- Returns
- The initialized object.
◆ message
◆ warningCodes
| - (NSArray<NSNumber *>*) warningCodes |
|
readnonatomicstrong |
The list of warning codes, wrapped as numbers.
◆ warnings
The list of warnings, as a readable string.
The documentation for this class was generated from the following file:
- /Users/mac/Documents/StreamaxiaSDK/Streamaxia Open SDK/StreamaxiaSDK.framework/Headers/AXWarning.h