Streamaxia Open SDK  3.2
List of all members
AXWarning Class Reference

#import <AXWarning.h>

Inheritance diagram for AXWarning:

Instance Methods

Public methods


(BOOL) - containsWarningCode:
 

Class Methods

Lifecycle


(instancetype) + warningWithCodes:message:
 

Properties

Properties


NSArray< NSNumber * > * warningCodes
 
NSString * message
 
NSString * warnings
 

Detailed Description

The SDK warning.

Method Documentation

◆ containsWarningCode:()

- (BOOL) containsWarningCode: (AXWarningCode)  warningCode

Determines if the current warning contains a certain warning code.

Parameters
warningCodeThe 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
warningCodesThe warning codes, wrapped as numbers.
messageThe warning message.
Returns
The initialized object.

Property Documentation

◆ message

- (NSString*) message
readnonatomicstrong

The warning message.

◆ warningCodes

- (NSArray<NSNumber *>*) warningCodes
readnonatomicstrong

The list of warning codes, wrapped as numbers.

◆ warnings

- (NSString*) warnings
readnonatomicstrong

The list of warnings, as a readable string.


The documentation for this class was generated from the following file: