Uses of Class
org.jivesoftware.smack.AbstractXMPPConnection.SyncPointState
-
Packages that use AbstractXMPPConnection.SyncPointState Package Description org.jivesoftware.smack Core classes of the Smack API. -
-
Uses of AbstractXMPPConnection.SyncPointState in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return AbstractXMPPConnection.SyncPointState Modifier and Type Method Description static AbstractXMPPConnection.SyncPointStateAbstractXMPPConnection.SyncPointState. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractXMPPConnection.SyncPointState[]AbstractXMPPConnection.SyncPointState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-