Uses of Class
org.jivesoftware.smackx.fallback_indication.element.FallbackIndicationElement
-
Packages that use FallbackIndicationElement Package Description org.jivesoftware.smackx.fallback_indication Smack's API for XEP-0428: Fallback Indication.org.jivesoftware.smackx.fallback_indication.element Smack's API for XEP-0428: Fallback Indication.org.jivesoftware.smackx.fallback_indication.provider Smack's API for XEP-0428: Fallback Indication. -
-
Uses of FallbackIndicationElement in org.jivesoftware.smackx.fallback_indication
Methods in org.jivesoftware.smackx.fallback_indication with parameters of type FallbackIndicationElement Modifier and Type Method Description void
FallbackIndicationListener. onFallbackIndicationReceived(Message message, FallbackIndicationElement indicator, java.lang.String fallbackBody)
Listener method that gets called when aMessage
containing aFallbackIndicationElement
is received. -
Uses of FallbackIndicationElement in org.jivesoftware.smackx.fallback_indication.element
Fields in org.jivesoftware.smackx.fallback_indication.element declared as FallbackIndicationElement Modifier and Type Field Description static FallbackIndicationElement
FallbackIndicationElement. INSTANCE
Methods in org.jivesoftware.smackx.fallback_indication.element that return FallbackIndicationElement Modifier and Type Method Description static FallbackIndicationElement
FallbackIndicationElement. fromMessage(Message message)
-
Uses of FallbackIndicationElement in org.jivesoftware.smackx.fallback_indication.provider
Methods in org.jivesoftware.smackx.fallback_indication.provider that return FallbackIndicationElement Modifier and Type Method Description FallbackIndicationElement
FallbackIndicationElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-