public abstract class Publisher
extends java.lang.Object
| Constructor and Description |
|---|
Publisher() |
| Modifier and Type | Method and Description |
|---|---|
static Publisher |
create(android.content.Context context,
java.lang.String criteoPublisherId) |
abstract java.lang.String |
getBundleId() |
abstract java.lang.String |
getCriteoPublisherId() |
org.json.JSONObject |
toJson() |
static com.google.gson.TypeAdapter<Publisher> |
typeAdapter(com.google.gson.Gson gson) |
@NonNull public static Publisher create(@NonNull android.content.Context context, @NonNull java.lang.String criteoPublisherId)
public static com.google.gson.TypeAdapter<Publisher> typeAdapter(com.google.gson.Gson gson)
@NonNull public abstract java.lang.String getBundleId()
@NonNull @SerializedName(value="cpId") public abstract java.lang.String getCriteoPublisherId()
@NonNull
public org.json.JSONObject toJson()
throws org.json.JSONException
org.json.JSONException