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.SubscriptionModeRoster.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.SubscriptionModeReturns 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 voidRoster.setDefaultSubscriptionMode(Roster.SubscriptionMode subscriptionMode) Sets the default subscription processing mode to use when a new Roster is created.voidRoster.setSubscriptionMode(Roster.SubscriptionMode subscriptionMode) Sets the subscription processing mode, which dictates what action Smack will take when subscription requests from other users are made.