Interface FallbackIndicationListener
public interface FallbackIndicationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFallbackIndicationReceived
(Message message, FallbackIndicationElement indicator, String fallbackBody) Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received.
-
Method Details
-
onFallbackIndicationReceived
void onFallbackIndicationReceived(Message message, FallbackIndicationElement indicator, String fallbackBody) Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received.- Parameters:
message
- messageindicator
- Fallback IndicationfallbackBody
- body that is marked as fallback
-