Class MessageFooterVisibility
-
- All Implemented Interfaces:
public class MessageFooterVisibilityIntended to be used for regulating the visibility of a single message footer visibility.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessageFooterVisibility.NeverThe message footer will never be visible.
public classMessageFooterVisibility.LastInGroupThe message footer will only be visible to items that are last in group.
public final classMessageFooterVisibility.WithTimeDifferenceThe message footer will be visible to items that are sent inside a specified time duration.
public classMessageFooterVisibility.AlwaysThe message footer will be visible for every message.
-