Class ReservedBuddyVariables


  • public class ReservedBuddyVariables
    extends java.lang.Object
    The ReservedBuddyVariables class contains the constants describing the SmartFoxServer API reserved Buddy Variable names. Reserved Buddy Variables are used to store specific buddy-related informations.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BV_NICKNAME
      The Buddy Variable with this name stores the optional nickname of the user in a buddy list.
      static java.lang.String BV_ONLINE
      The Buddy Variable with this name keeps track of the online/offline state of the user in a buddy list.
      static java.lang.String BV_STATE
      The Buddy Variable with this name stores the custom state of the user in a buddy list.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReservedBuddyVariables

        public ReservedBuddyVariables()