public class PlayableAdsLibrary
extends java.lang.Object
| Constructor and Description |
|---|
PlayableAdsLibrary() |
| Modifier and Type | Method and Description |
|---|---|
static void |
markGameLoaded(android.content.Context context,
org.json.JSONObject parameters,
DaemonRequest.Callback callback)
Signal that the current playable ad has finished in-game loading.
|
static void |
openAppStore(android.content.Context context,
org.json.JSONObject parameters,
DaemonRequest.Callback callback)
Opens the app store for the current playable ad.
|
public static void openAppStore(android.content.Context context,
@Nullable
org.json.JSONObject parameters,
DaemonRequest.Callback callback)
context - the application contextparameters - {}callback - callback for success and errorpublic static void markGameLoaded(android.content.Context context,
@Nullable
org.json.JSONObject parameters,
DaemonRequest.Callback callback)
context - the application contextparameters - {}callback - callback for success and error