on Batch In App Message Ready
Called when an In-App Message is about to be displayed, giving a chance to cancel it and handle it manually.
This method can be called from any thread.
Return
true if you handled the message, false if you want to let Batch continue processing it. Returning true will prevent this message from being automatically displayed: it then becomes your responsibility to do so, if you wish.
Parameters
message
The In-App message about to be displayed