Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Display adapter that is only ready when the application has at least one resumed activity that
is not excluded using EXCLUDE_FROM_AUTO_SHOW.
Summary
| Public Methods |
|
boolean
|
isReady(Context context)
Called before displaying but after the message is prepared.
|
Public Constructors
public
ForegroundDisplayAdapter
()
Public Methods
public
boolean
isReady
(Context context)
Called before displaying but after the message is prepared.
Parameters
| context |
The application context. |
Returns
true if the message is ready to be displayed, otherwise false.