Package ai.nexconn.chatui.base
Class BaseFragment
-
- All Implemented Interfaces:
public abstract class BaseFragmentBase Fragment class.
- Since:
5.10.4
-
-
Constructor Summary
Constructors Constructor Description BaseFragment()
-
Method Summary
Modifier and Type Method Description voidonCreate(Bundle savedInstanceState)voidonDestroy()booleanonBackPressed()Handles the back press event. -
-
Method Detail
-
onCreate
void onCreate(Bundle savedInstanceState)
-
onDestroy
void onDestroy()
-
onBackPressed
boolean onBackPressed()
Handles the back press event.
- Returns:
false to intercept the back navigation
-
-
-
-