Streamaxia Open SDK  3.2
List of all members
AXInfo Class Reference

#import <AXInfo.h>

Inheritance diagram for AXInfo:

Instance Methods

Public methods


(BOOL) - containsInfoCode:
 

Class Methods

Lifecycle


(instancetype) + infoWithCodes:message:
 

Properties

Properties


NSArray< NSNumber * > * infoCodes
 
NSString * message
 
NSString * infos
 

Detailed Description

The SDK info.

Method Documentation

◆ containsInfoCode:()

- (BOOL) containsInfoCode: (AXInfoCode)  infoCode

Determines if the info contains a certain info code.

Parameters
infoCodeThe info code.
Returns
YES if the info code is present, NO otherwise.

◆ infoWithCodes:message:()

+ (instancetype) infoWithCodes: (NSArray< NSNumber * > *)  infoCodes
message: (NSString *)  message 

Factory method for creating an info object with a list of info codes and a message.

Parameters
infoCodesThe info codes, wrapped as numbers.
messageThe info message.
Returns
The initialized object.

Property Documentation

◆ infoCodes

- (NSArray<NSNumber *>*) infoCodes
readnonatomicstrong

The list of info codes, wrapped as numbers.

◆ infos

- (NSString*) infos
readnonatomicstrong

The list of infos, as a readable string.

◆ message

- (NSString*) message
readnonatomicstrong

The info message.


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