public final class ILMessageFilterAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Allow
Allow the message to be shown normally.
|
static long |
Filter
Prevent the message from being shown normally, filtered as Junk message.
|
static long |
Junk
Prevent the message from being shown normally, filtered as Junk message.
|
static long |
None
Insufficient information to determine an action to take.
|
static long |
Promotion
Prevent the message from being shown normally, filtered as Promotional message.
|
static long |
Transaction
Prevent the message from being shown normally, filtered as Transactional message.
|
public static final long None
public static final long Allow
public static final long Filter
public static final long Junk
public static final long Promotion
public static final long Transaction