Meeting SDK for Android API Reference
|
Options to enable/disable the items on invitation list. More...
Static Public Attributes | |
static final int | INVITE_ENABLE_ALL = 0xFF |
static final int | INVITE_VIA_SMS = 0x01 |
static final int | INVITE_VIA_EMAIL = 0x02 |
static final int | INVITE_COPY_URL = 0x04 |
static final int | INVITE_DISABLE_ALL = 0x00 |
Options to enable/disable the items on invitation list.
Definition at line 9 of file InviteOptions.java.
|
static |
Invite attendees by URL.
Definition at line 25 of file InviteOptions.java.
|
static |
Disable all invitation items.
Definition at line 29 of file InviteOptions.java.
|
static |
Invite attendees by all items.
Definition at line 13 of file InviteOptions.java.
|
static |
Invite attendees by email.
Definition at line 21 of file InviteOptions.java.
|
static |
Invite attendees by message.
Definition at line 17 of file InviteOptions.java.