Package ai.nexconn.chatui.widget
Class CommonDialog
-
- All Implemented Interfaces:
public class CommonDialogCommon dialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCommonDialog.OnDialogButtonClickListenerpublic classCommonDialog.BuilderSubclasses of CommonDialog should extend this Builder and override getCurrentDialog to return the subclass dialog instance.
-
Constructor Summary
Constructors Constructor Description CommonDialog()
-
Method Summary
Modifier and Type Method Description DialogonCreateDialog(Bundle savedInstanceState)voidonStart()ViewonCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)voidonResume()BundlegetExpandParams()-
-
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()
-
-
-
-