Streamaxia Open SDK  3.2
List of all members
AXLicenceInfo Class Reference

#import <AXLicenceInfo.h>

Inheritance diagram for AXLicenceInfo:

Class Methods

Lifecycle


(instancetype) + licenceInfo
 

Properties

Properties


BOOL hasValidBundleID
 
BOOL hasExpired
 
BOOL didLoadLicence
 

Detailed Description

The licence info. Stores useful information about the SDK licence.

Method Documentation

◆ licenceInfo()

+ (instancetype) licenceInfo

Factory method for creating a licence info object.

Returns
The initialized object.

Property Documentation

◆ didLoadLicence

- (BOOL) didLoadLicence
readnonatomicassign

Returns YES if the licence was loaded.

◆ hasExpired

- (BOOL) hasExpired
readnonatomicassign

Returns YES if the licence for the SDK expired, NO otherwise.

◆ hasValidBundleID

- (BOOL) hasValidBundleID
readnonatomicassign

Returns YES if the SDK has a list of locked bundle IDs, and the current bundle ID is in the list. If the SDK is not locked to work only on certain bundle IDs, this property returns YES always.


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