Known Direct Subclasses
|
Class Overview
Display adapter that handles caching an in-app message.
Protected Constructors
protected
MediaDisplayAdapter
(InAppMessage message, MediaInfo mediaInfo)
Parameters
message |
The in-app message. |
mediaInfo |
The media info.
|
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
.
public
void
onFinish
(Context context)
Protected Methods