Interface | Description |
---|---|
AskingPoint.OnCommandListener |
Defines a Global Command Handler (listener) that can be set on the AskingPoint singleton, and which is notified
only when Dashboard Commands actually fire for an App.
|
AskingPoint.OnCommandResponseListener |
Defines a Global Listener that can be set on the AskingPoint singleton and which is notified
when users select a button on an AskingPoint widget.
|
AskingPoint.OnTagCommandListener |
Defines a Command Handler (listener) that can is set in-line when a location in code is Tagged and
which is always called, regardless of if a Command did or did not fire at the Tag.
|
AskingPoint.OnUnreadFeedbackCountChangeListener | |
BannerAdView.AdListener | Deprecated |
InterstitialAd.AdListener |
Interstitial Ad Listener
|
Class | Description |
---|---|
ADMBroadcastReceiver |
Receive push messages from ADM.
|
AlertCommand |
AlertCommand objects are passed to Command Handlers (listeners) when either Rating Booster
or an In-App Message fires for the App.
IMPORTANT: When an App does NOT use the default widget and instead presents something Custom, the Command Handler (listener) must call complete on the Command object and pass the selected Button object. |
AlertCommand.Button |
The Button object set on AlertCommands.
|
AskingPoint |
The Singleton AskingPoint object.
|
AskingPointActivity |
Activity used to present in-app messages and interstitials.
|
BannerAdView | Deprecated |
BuildConfig | |
Command<T extends Command.Response> | |
Command.Response | |
FeedbackCommand | |
GCMBroadcastReceiver |
Receive push messages from GCM.
|
InterstitialAd |
Full-screen Interstitial Ad
|
InterstitialCommand |
The primary reason to be interested in these is to know in Command Handlers (listeners) that it is an Interstitial
Ad which is firing.
|
PayloadCommand |
Payload Command (Remote Control) are sent to Command Handlers (listeners) when a Remote Control
event fires on the Dashboard.
|
PushBroadcastReceiver |
Receive and present push notifications.
|
PushMessage | |
PushService |
Process incomming push messages.
|
WebCommand |
WebCommands are currently passed to Command Handlers (listeners) when a Poll has fired.
|
Enum | Description |
---|---|
AdError |
AdError objects are passed to the various listeners set on AskingPoint Ad Classes and
indicate the state and status of Ad requests.
|
AlertCommand.AlertType |
Indicates the type of Alert.
|
AlertCommand.Button.Type |
Button types used on AlertCommands
|
BannerAdView.AdSize | Deprecated |
Command.Type |