Interface FallbackIndicationListener
-
public interface FallbackIndicationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFallbackIndicationReceived(org.jivesoftware.smack.packet.Message message, FallbackIndicationElement indicator, java.lang.String fallbackBody)
Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received.
-
-
-
Method Detail
-
onFallbackIndicationReceived
void onFallbackIndicationReceived(org.jivesoftware.smack.packet.Message message, FallbackIndicationElement indicator, java.lang.String fallbackBody)
Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received.- Parameters:
message
- messageindicator
- Fallback IndicationfallbackBody
- body that is marked as fallback
-
-