Interface FallbackIndicationListener
public interface FallbackIndicationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFallbackIndicationReceived(org.jivesoftware.smack.packet.Message message, FallbackIndicationElement indicator, String fallbackBody) Listener method that gets called when aMessagecontaining aFallbackIndicationElementis received.
-
Method Details
-
onFallbackIndicationReceived
void onFallbackIndicationReceived(org.jivesoftware.smack.packet.Message message, FallbackIndicationElement indicator, String fallbackBody) Listener method that gets called when aMessagecontaining aFallbackIndicationElementis received.- Parameters:
message- messageindicator- Fallback IndicationfallbackBody- body that is marked as fallback
-