Uses of Class
org.jivesoftware.smack.roster.Roster.SubscriptionMode
-
Packages that use Roster.SubscriptionMode Package Description org.jivesoftware.smack.roster Smacks API for Rosters. -
-
Uses of Roster.SubscriptionMode in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return Roster.SubscriptionMode Modifier and Type Method Description static Roster.SubscriptionMode
Roster. getDefaultSubscriptionMode()
Returns the default subscription processing mode to use when a new Roster is created.Roster.SubscriptionMode
Roster. getSubscriptionMode()
Returns the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.static Roster.SubscriptionMode
Roster.SubscriptionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Roster.SubscriptionMode[]
Roster.SubscriptionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.roster with parameters of type Roster.SubscriptionMode Modifier and Type Method Description static void
Roster. setDefaultSubscriptionMode(Roster.SubscriptionMode subscriptionMode)
Sets the default subscription processing mode to use when a new Roster is created.void
Roster. setSubscriptionMode(Roster.SubscriptionMode subscriptionMode)
Sets the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.
-