Open Channel Banned User List Fragment
Fragment displaying the banned user list of the channel. since 3.1.0
Types
Functions
Link copied to clipboard
Returns the URL of the channel with the required data to use this fragment.
Link copied to clipboard
Called when the action has been clicked.
Link copied to clipboard
protected open fun onBeforeReady(@NonNull status: ReadyStatus, @NonNull module: OpenChannelBannedUserListModule, @NonNull viewModel: OpenChannelBannedUserListViewModel)
After authenticate ()} is finished, onReady will be called with the result of authentication and all preparations will be ready to use.
Link copied to clipboard
protected open fun onBindBannedUserListComponent(@NonNull listComponent: OpenChannelBannedUserListComponent, @NonNull viewModel: OpenChannelBannedUserListViewModel, @Nullable openChannel: OpenChannel)
Called to bind events to the OpenChannelBannedUserListComponent.
Link copied to clipboard
protected open fun onBindHeaderComponent(@NonNull headerComponent: HeaderComponent, @NonNull viewModel: OpenChannelBannedUserListViewModel, @Nullable openChannel: OpenChannel)
Called to bind events to the HeaderComponent.
Link copied to clipboard
protected open fun onBindStatusComponent(@NonNull statusComponent: StatusComponent, @NonNull viewModel: OpenChannelBannedUserListViewModel, @Nullable openChannel: OpenChannel)
Called to bind events to the StatusComponent.
Link copied to clipboard
protected open fun onConfigureParams(@NonNull module: OpenChannelBannedUserListModule, @NonNull args: Bundle)
Called to initialize the module's params or components' params.
Link copied to clipboard
Called to do initial creation of a module.
Link copied to clipboard
Called to do initial creation of a view model.
Link copied to clipboard
Called when the user profile has been clicked.
Link copied to clipboard
protected open fun onReady(@NonNull status: ReadyStatus, @NonNull module: OpenChannelBannedUserListModule, @NonNull viewModel: OpenChannelBannedUserListViewModel)
Called to start the operation of the fragment after authentication and module setup.
Link copied to clipboard
Link copied to clipboard
It will be called when the loading dialog needs dismissing.
Link copied to clipboard
It will be called when the loading dialog needs displaying.