Package | Description |
---|---|
com.scvngr.levelup.core.model |
Modifier and Type | Class and Description |
---|---|
static class |
Interstitial.ClaimAction
Represents an interstitial that can be claimed by the user.
|
static class |
Interstitial.FeedbackAction
Represents an interstitial that requests feedback from the user.
|
static class |
Interstitial.ShareAction
Represents an interstitial that can be shared by the user.
|
static class |
Interstitial.UrlAction
Represents an interstitial that contains a URL that can be visited by the user.
|
Modifier and Type | Method and Description |
---|---|
<T extends Interstitial.InterstitialAction> |
Interstitial.getAction() |
Constructor and Description |
---|
Interstitial(Interstitial.InterstitialAction action,
String calloutText,
String descriptionHtml,
String imageUrl,
String title,
String type) |