Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 529 Bytes

File metadata and controls

21 lines (16 loc) · 529 Bytes

Campain Adviser SDK

This SDK is for Android
version 0.0.1_test

Usuage

java

CampaignAdviser ca = new CampaignAdviser()
ca.setAppId("myApp")
ca.loadCampaign(this, "1")

Kotlin

val ca = CampaignAdviser()
ca.setAppId("myApp")
ca.loadCampaign(this, "1")

Provides

  1. Tools that you can register your advertisements easy
  2. Three layout themes(Pop_ups) and Settings that you can set the days to show your advertisements or not
  3. Functions that can track advertisements you registered