public class BackgroundInAppMessagePreparer
extends java.lang.Object
| Constructor and Description |
|---|
BackgroundInAppMessagePreparer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
prepareInAppMessageForDisplay(android.os.Handler mainLooperHandler,
IInAppMessage inAppMessageToPrepare) |
public static void prepareInAppMessageForDisplay(android.os.Handler mainLooperHandler,
IInAppMessage inAppMessageToPrepare)
mainLooperHandler - A Handler of the main thread that will be used to
call BrazeInAppMessageManager.displayInAppMessage(IInAppMessage, boolean)
on successful preparation of the message.inAppMessageToPrepare - The message to prepare for eventual display.