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)init

Return Value

A new instance of Cubeacon

Declared In

Cubeacon.h

– new

Use Cubeacon.initialize instead.

- (nonnull instancetype)new

Return Value

A new instance of Cubeacon

Declared In

Cubeacon.h

+ isInitialized

The initialization state of Cubeacon SDK.

+ (BOOL)isInitialized

Declared In

Cubeacon.h

+ sdkVersion

The current version of Cubeacon SDK.

+ (nonnull NSString *)sdkVersion

Declared In

Cubeacon.h

+ setLogLevel:

Sets the level of logging to display for the Cubeacon SDK.

+ (void)setLogLevel:(CBLogLevel)logLevel

Parameters

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)logLevel

Return 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