toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.channel.extension.component.moreaction
/
IMoreClickAdapter
IMore
Click
Adapter
public
interface
IMoreClickAdapter
Members
Functions
bind
View
Link copied to clipboard
public
abstract
void
bindView
(
ViewGroup viewGroup
,
Fragment fragment
,
List
<
IClickActions
>
actions
)
Displays the bottom "more actions" layout.
hide
More
Action
Layout
Link copied to clipboard
public
abstract
void
hideMoreActionLayout
(
)
Hides the bottom actions layout.
is
More
Action
Shown
Link copied to clipboard
public
abstract
boolean
isMoreActionShown
(
)
Whether the action buttons are visible.
set
More
Action
Enable
Link copied to clipboard
public
abstract
void
setMoreActionEnable
(
boolean enable
)
Sets whether the bottom action buttons are highlighted.