CreateOpenChannelModule

open class CreateOpenChannelModule : BaseModule

A module for create open channel. 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
open fun CreateOpenChannelModule(@NonNull context: Context)
Constructor
Link copied to clipboard
open fun CreateOpenChannelModule(@NonNull context: Context, @NonNull params: CreateOpenChannelModule.Params)
Constructor

Types

Link copied to clipboard
open class Params : BaseModule.Params

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.

Properties

Link copied to clipboard
Link copied to clipboard
val headerComponent: StateHeaderComponent
Link copied to clipboard
val params: CreateOpenChannelModule.Params