Package io.rong.imkit.widget
Class CommonDialog
-
- All Implemented Interfaces:
public class CommonDialog
通用对话框
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
CommonDialog.OnDialogButtonClickListener
public class
CommonDialog.Builder
集成 CommonDialog 的子类, 需要继承此类, 并要复写 getCurrentDialog 方法,返回子类的dialog 对象
-
Constructor Summary
Constructors Constructor Description CommonDialog()
-
Method Summary
Modifier and Type Method Description Dialog
onCreateDialog(Bundle savedInstanceState)
void
onStart()
View
onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void
onResume()
Bundle
getExpandParams()
-
-
Method Detail
-
onCreateDialog
Dialog onCreateDialog(Bundle savedInstanceState)
-
onStart
void onStart()
-
onCreateView
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
-
onResume
void onResume()
-
getExpandParams
Bundle getExpandParams()
-
-
-
-