Package us.zoom.sdk

Class InviteOptions


  • public class InviteOptions
    extends java.lang.Object
    Options to enable/disable the items on invitation list.
    • Constructor Summary

      Constructors 
      Constructor Description
      InviteOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INVITE_ENABLE_ALL

        public static final int INVITE_ENABLE_ALL
        Invite attendees by all items.
        See Also:
        Constant Field Values
      • INVITE_VIA_SMS

        public static final int INVITE_VIA_SMS
        Invite attendees by message.
        See Also:
        Constant Field Values
      • INVITE_VIA_EMAIL

        public static final int INVITE_VIA_EMAIL
        Invite attendees by email.
        See Also:
        Constant Field Values
      • INVITE_COPY_URL

        public static final int INVITE_COPY_URL
        Invite attendees by URL.
        See Also:
        Constant Field Values
      • INVITE_DISABLE_ALL

        public static final int INVITE_DISABLE_ALL
        Disable all invitation items.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InviteOptions

        public InviteOptions()