Skip to content

najva-com/najva-kotlin-sample

Repository files navigation

najva Kotlin Application

This is a Kotlin application that NajvaSdk implemented in it.

Test Najva Service in Kotlin

If you want test Najva Push Notification Service in Kotlin application you should:

  1. Clone this project and rename package name of it

  2. Register this app after login in najva panel.(to register any app, its package name must be unique!)

  3. After register najva panel gives you campaignId,websiteId,apiKey which is specific to your app

  4. Go to MainActivity.kt and add change this line in onCreate method.

    Najva.initialize(context,YOUR_CAMPAIGN_ID_GOES_HERE, YOUR_WEBSITE_ID_GOES_HERE, YOUR_API_KEY_GOES_HERE);
  1. Now you can run application and send notification from your panel to it!