Params
A collection of parameters, which can be applied to a default View. The values of params are not dynamically applied at runtime. Params cannot be created directly, and it is automatically created together when components are created.
Since the onCreateView configuring View uses the values of the set Params, we recommend that you set up for Params before the onCreateView is called.
See also
get Params()
since 3.0.0
Constructors
Functions
Link copied to clipboard
Sets whether the left button of the header is used.
Link copied to clipboard
Sets whether the right button of the header is used.
Link copied to clipboard
Returns whether the left button of the header is used.
Link copied to clipboard
Returns whether the right button of the header is used.