public abstract class Xapp
extends java.lang.Object
| Constructor and Description |
|---|
Xapp() |
| Modifier and Type | Method and Description |
|---|---|
static Xapp |
from(android.content.Context ctx)
Main entry point for Xapp.
|
static Xapp |
from(android.content.Context ctx,
Config config)
Main entry point for Xapp.
|
abstract XappAds |
xappAds() |
public static Xapp from(android.content.Context ctx)
ctx - App context.public static Xapp from(android.content.Context ctx, Config config)
ctx - App context.config - Configuration object to use. Defaults will be used if null.public abstract XappAds xappAds()