Banuba SDK
libs
djinni
generated
objc
BNBLicenseStatus.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file was generated by Djinni from license_utils.djinni
3
4
#import <Foundation/Foundation.h>
5
6
typedef
NS_ENUM
(NSInteger, BNBLicenseStatus)
7
{
8
/** everything is ok */
9
BNBLicenseStatusValid,
10
/** canceled by Banuba */
11
BNBLicenseStatusRevoked,
12
/** before begin time or expired */
13
BNBLicenseStatusTimeBombed,
14
};
NS_ENUM
typedef NS_ENUM(NSInteger, BNBLicenseStatus)
Definition:
BNBLicenseStatus.h:6
Generated by
1.8.17