Open Channel List Module
A module for open channel list. All composed components are created when the module is created. After than those components can replace. since 3.2.0
Constructors
Link copied to clipboard
Constructor
Link copied to clipboard
open fun OpenChannelListModule(@NonNull context: Context, @NonNull params: OpenChannelListModule.Params)
Constructor
Types
Functions
Link copied to clipboard
open fun onCreateView(@NonNull context: Context, @NonNull inflater: LayoutInflater, @Nullable args: Bundle): View
Called after the module was created to make views to use in the Fragment or Activity.
Link copied to clipboard
Sets a custom list component.
Link copied to clipboard
Sets a custom header component.
Link copied to clipboard
Sets a custom status component.