public static interface

InAppMessageManager.DisplayDelegate

com.urbanairship.iam.InAppMessageManager.DisplayDelegate

Class Overview

A display delegate that can be used to determine if an In-App message is ready for display or not. This method will be called for every message that is pending display whenever a display condition changes. Use notifyDisplayConditionsChanged() to notify whenever a condition changes to reevaluate the pending in-app messages.

Summary

Public Methods
abstract boolean isReady(InAppMessage message)
Checks if a message is able to display.

Public Methods

public abstract boolean isReady (InAppMessage message)

Checks if a message is able to display.

Parameters
message The message.
Returns
  • true if the message can be displayed, otherwise false.