Class HMPresenceEventUserType


  • public final class HMPresenceEventUserType
    extends java.lang.Object
    This enumeration describes the different types of user sets in presence events.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long CurrentUser
      Only current user's presence is used.
      static long CustomUsers
      Presence of custom set of home users is used.
      static long HomeUsers
      Presence of all home users is used.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CurrentUser

        public static final long CurrentUser
        Only current user's presence is used.
        See Also:
        Constant Field Values
      • HomeUsers

        public static final long HomeUsers
        Presence of all home users is used.
        See Also:
        Constant Field Values
      • CustomUsers

        public static final long CustomUsers
        Presence of custom set of home users is used.
        See Also:
        Constant Field Values