Cubeacon Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | Cubeacon.h Cubeacon.m |
Overview
The Cubeacon class contains static functions that handle global configuration for the Cubeacon SDK.
– init
Use Cubeacon.initialize instead.
- (nonnull instancetype)initReturn Value
A new instance of Cubeacon
Declared In
Cubeacon.h
– new
Use Cubeacon.initialize instead.
- (nonnull instancetype)newReturn Value
A new instance of Cubeacon
Declared In
Cubeacon.h
+ isInitialized
The initialization state of Cubeacon SDK.
+ (BOOL)isInitializedDeclared In
Cubeacon.h
+ sdkVersion
The current version of Cubeacon SDK.
+ (nonnull NSString *)sdkVersionDeclared In
Cubeacon.h
+ setLogLevel:
Sets the level of logging to display for the Cubeacon SDK.
+ (void)setLogLevel:(CBLogLevel)logLevelParameters
logLevel |
Log level to set. |
|---|
Discussion
By default:
- If running inside an app that was downloaded from iOS App Store - it is set to CBLogLevelNone
- All other cases - it is set to CBLogLevelWarning
See Also
Declared In
Cubeacon.h
+ logLevel
Log level that will be displayed for the Cubeacon SDK.
+ (CBLogLevel)logLevelReturn Value
A CBLogLevel value.
Discussion
By default:
- If running inside an app that was downloaded from iOS App Store - it is set to
CBLogLevelNone - All other cases - it is set to
CBLogLevelWarning
See Also
Declared In
Cubeacon.h