Contents

Setup

Start with SDK setup if you haven’t done it already.

Common settings

Managing logs

You can manage logging done by the SDK.

Kotlin:

Notix.setLogLevel(LogLevel.full) // can be full/important/none

Log level is set to IMPORTANT by default.

Interstitial

For setup instructions see Interstitial setup