Uses of Enum
org.jivesoftware.smack.roster.Roster.SubscriptionMode
Packages that use Roster.SubscriptionMode
-
Uses of Roster.SubscriptionMode in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return Roster.SubscriptionModeModifier and TypeMethodDescriptionstatic Roster.SubscriptionMode
Roster.getDefaultSubscriptionMode()
Returns the default subscription processing mode to use when a new Roster is created.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
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.SubscriptionModeModifier and TypeMethodDescriptionstatic 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.