onPushMessage

open fun onPushMessage(message: PushMessage): Boolean

Handles showing notification after receiving PushMessage. Default implementation loads necessary data from the server and shows notification if application is not in foreground.

Return

False if remote message should be handled internally.