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(Notix.LogLevel.FULL) // can be FULL/IMPORTANT/NONE

Log level is set to IMPORTANT by default.

Interstitial

For setup instructions see Interstitial setup