Notix InApp SDK

NOTIX is an audience re-engagement service based on push notifications that work for both desktop and mobile devices.

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