public class CriteoResultReceiver
extends android.os.ResultReceiver
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_CLOSED |
static int |
ACTION_LEFT_CLICKED |
static java.lang.String |
INTERSTITIAL_ACTION |
static int |
RESULT_CODE_SUCCESSFUL |
| Constructor and Description |
|---|
CriteoResultReceiver(android.os.Handler handler,
com.criteo.publisher.tasks.InterstitialListenerNotifier listenerNotifier)
Create a new ResultReceive to receive results.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
onReceiveResult(int resultCode,
android.os.Bundle resultData) |
public static final java.lang.String INTERSTITIAL_ACTION
public static final int RESULT_CODE_SUCCESSFUL
public static final int ACTION_CLOSED
public static final int ACTION_LEFT_CLICKED
public CriteoResultReceiver(@NonNull
android.os.Handler handler,
@NonNull
com.criteo.publisher.tasks.InterstitialListenerNotifier listenerNotifier)
onReceiveResult(int, android.os.Bundle) method will be
called from the thread running
handler if given, or from an arbitrary thread if null.