Package im.getsocial.sdk.invites
Class InviteChannel
- java.lang.Object
-
- im.getsocial.sdk.invites.InviteChannel
-
public class InviteChannel extends java.lang.Object
Stores information about a way to send an invite and how it should be presented.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator<InviteChannel>
INVITE_CHANNELS_COMPARATOR_BASED_ON_DISPLAY_ORDER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChannelId()
java.lang.String
getChannelName()
int
getDisplayOrder()
java.lang.String
getIconImageUrl()
boolean
isEnabled()
-
-
-
Field Detail
-
INVITE_CHANNELS_COMPARATOR_BASED_ON_DISPLAY_ORDER
public static final java.util.Comparator<InviteChannel> INVITE_CHANNELS_COMPARATOR_BASED_ON_DISPLAY_ORDER
-
-