Package io.rong.imkit.widget
Class MoreActionLayout
-
- All Implemented Interfaces:
public class MoreActionLayout
Created by zwfang on 2018/3/29.
-
-
Constructor Summary
Constructors Constructor Description MoreActionLayout(Context context)
MoreActionLayout(Context context, AttributeSet attrs)
-
Method Summary
Modifier and Type Method Description void
addActions(List<IClickActions> actions)
void
refreshView(boolean enable)
void
setFragment(Fragment fragment)
-
-
Method Detail
-
addActions
void addActions(List<IClickActions> actions)
-
refreshView
void refreshView(boolean enable)
-
setFragment
void setFragment(Fragment fragment)
-
-
-
-