package melody.offline.music.ads object AdPlacement { const val INST_SPLASH = "inst_splash"//启动页广告 const val INST_SEARCH = "inst_search"//搜索广告 const val NATIVE_SEARCH = "native_search"//搜索原生 const val INST_INTO_PLAY = "inst_into_play"//进入播放 const val INST_CUTTING_SONG = "inst_cutting_song"//主动切歌 const val INST_DOWNLOAD = "inst_download"//下载歌曲 const val INST_ME_PAGE_LIST = "inst_me_page_list"//我的界面的内容跳转 const val NATIVE_ME_PAGE_LIST = "native_me_page_list"//我的界面的内容原生 const val INST_BACKUP_ADS = "inst_backup_ads" }