public class InviteChannel extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<InviteChannel> |
INVITE_CHANNELS_COMPARATOR_BASED_ON_DISPLAY_ORDER |
Modifier and Type | Method and Description |
---|---|
String |
getChannelId() |
int |
getDisplayOrder() |
String |
getIconImageUrl() |
im.getsocial.sdk.invites.internal.InviteContentInternal |
getInviteContent() |
LocalizableText |
getName() |
boolean |
isEnabled() |
public static final Comparator<InviteChannel> INVITE_CHANNELS_COMPARATOR_BASED_ON_DISPLAY_ORDER
public String getChannelId()
public LocalizableText getName()
public String getIconImageUrl()
public boolean isEnabled()
public int getDisplayOrder()
public im.getsocial.sdk.invites.internal.InviteContentInternal getInviteContent()
(c) Copyright GetSocial BV, 2017. All Rights Reserved.