Uses of Class
org.jivesoftware.smackx.usertune.element.UserTuneElement
-
Packages that use UserTuneElement Package Description org.jivesoftware.smackx.usertune Smack's API for XEP-0118: User Tune.org.jivesoftware.smackx.usertune.element Smack's API for XEP-0118: User Tune.org.jivesoftware.smackx.usertune.provider Smack's API for XEP-0118: User Tune. -
-
Uses of UserTuneElement in org.jivesoftware.smackx.usertune
Methods in org.jivesoftware.smackx.usertune with parameters of type UserTuneElement Modifier and Type Method Description void
UserTuneManager. publishUserTune(UserTuneElement userTuneElement)
Method parameters in org.jivesoftware.smackx.usertune with type arguments of type UserTuneElement Modifier and Type Method Description boolean
UserTuneManager. addUserTuneListener(PepEventListener<UserTuneElement> listener)
boolean
UserTuneManager. removeUserTuneListener(PepEventListener<UserTuneElement> listener)
-
Uses of UserTuneElement in org.jivesoftware.smackx.usertune.element
Fields in org.jivesoftware.smackx.usertune.element declared as UserTuneElement Modifier and Type Field Description static UserTuneElement
UserTuneElement. EMPTY_USER_TUNE
Methods in org.jivesoftware.smackx.usertune.element that return UserTuneElement Modifier and Type Method Description UserTuneElement
UserTuneElement.Builder. build()
This method is called to build a UserTuneElement.static UserTuneElement
UserTuneElement. from(Message message)
-
Uses of UserTuneElement in org.jivesoftware.smackx.usertune.provider
Methods in org.jivesoftware.smackx.usertune.provider that return UserTuneElement Modifier and Type Method Description UserTuneElement
UserTuneProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-