There was an error while loading. Please reload this page.
아케이드는 유저들이 게임을 하며 서비스에 대한 engagement를 높이고 서비스의 retention을 증대하는 데 그 목적이 있습니다.
아래의 메소드는 BuzzScreen SDK 버젼 1.9.5.6 이상부터 사용할 수 있습니다.
Arcade arcade = new Arcade(getApplicationContext(), BuzzScreen.getInstance().getAppKey(), LocalHelper.ARCADE_BANNER_UNIT_ID, LocalHelper.ARCADE_EXIT_AD_UNIT_ID);
arcade.startArcadeActivity(this, BuzzScreen.getInstance().getUserProfile().getUserDeviceId());
public void onClick() { new Arcade( context, BuzzScreen.getInstance().getAppKey(), LocalHelper.ARCADE_BANNER_UNIT_ID, LocalHelper.ARCADE_EXIT_AD_UNIT_ID) .startArcadeActivity(context, BuzzScreen.getInstance().getUserProfile().getUserDeviceId()); }