Banuba SDK
Functions
BNBLicenseStatus.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBLicenseStatus)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBLicenseStatus   
)

everything is ok

canceled by Banuba

before begin time or expired

Definition at line 6 of file BNBLicenseStatus.h.

7 {
8  /** everything is ok */
9  BNBLicenseStatusValid,
10  /** canceled by Banuba */
11  BNBLicenseStatusRevoked,
12  /** before begin time or expired */
13  BNBLicenseStatusTimeBombed,
14 };