Package ai.nexconn.chatui.base
Interface BasePage
-
- All Implemented Interfaces:
public interface BasePageBase page interface.
- Since:
5.10.4
-
-
Method Summary
Modifier and Type Method Description abstract ViewonCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle args)Called after the module is created to build the view for use in a Fragment or Activity. -
-
Method Detail
-
onCreateView
abstract View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle args)
Called after the module is created to build the view for use in a Fragment or Activity.
- Parameters:
context- contextinflater- the LayoutInflater used to inflate views in the modulecontainer- the parent ViewGroupargs- optional arguments provided when instantiating the module- Returns:
the created UI view
-
-
-
-