-
public class PlayableAdsLibrary
-
-
Method Summary
Modifier and Type Method Description static voidopenAppStore(Context context, @Nullable() JSONObject parameters, DaemonRequest.Callback callback)Opens the app store for the current playable ad. static voidmarkGameLoaded(Context context, @Nullable() JSONObject parameters, DaemonRequest.Callback callback)Signal that the current playable ad has finished in-game loading. -
-
Method Detail
-
openAppStore
static void openAppStore(Context context, @Nullable() JSONObject parameters, DaemonRequest.Callback callback)
Opens the app store for the current playable ad.
- Parameters:
context- the application contextparameters- {}callback- callback for success and error
-
markGameLoaded
static void markGameLoaded(Context context, @Nullable() JSONObject parameters, DaemonRequest.Callback callback)
Signal that the current playable ad has finished in-game loading.
- Parameters:
context- the application contextparameters- {}callback- callback for success and error
-
-
-
-