Streamaxia Open SDK  3.2
AXLicenceInfo.h
1 //
2 // AXLicenceInfo.h
3 // StreamaxiaSDK
4 //
5 // Created by Mihaita Babici on 9/14/16.
6 // Copyright © 2016 Agilio. All rights reserved.
7 //
8 
9 @import Foundation;
10 
14 @interface AXLicenceInfo : NSObject
15 
19 
24 @property (nonatomic, assign, readonly) BOOL hasValidBundleID;
25 
29 @property (nonatomic, assign, readonly) BOOL hasExpired;
30 
34 @property (nonatomic, assign, readonly) BOOL didLoadLicence;
35 
39 
45 + (instancetype)licenceInfo;
46 
47 @end
BOOL didLoadLicence
Definition: AXLicenceInfo.h:34
BOOL hasValidBundleID
Definition: AXLicenceInfo.h:24
Definition: AXLicenceInfo.h:14
BOOL hasExpired
Definition: AXLicenceInfo.h:29
instancetype licenceInfo()