UIKitFragmentFactory

Deprecated

Create a new Fragment. Each screen provided at UIKit creates a fragment via this Factory. To use custom fragment, not a default fragment, you must inherit this Factory. Extended Factory must be registered in SDK through setUIKitFragmentFactory method.

Deprecated

3.9.0

Use FragmentProviders instead.

Functions

Link copied to clipboard
Returns the BannedUserListFragment.
Link copied to clipboard
open fun newChannelFragment(@NonNull channelUrl: String, @NonNull args: Bundle): Fragment
Returns the ChannelFragment.
Link copied to clipboard
Returns the ChannelListFragment.
Link copied to clipboard
Returns the OpenChannelSettingsFragment.
Link copied to clipboard
Returns the ChannelSettingsFragment.
Link copied to clipboard
Returns the ChatNotificationChannelFragment.
Link copied to clipboard
Returns the CreateChannelFragment.
Link copied to clipboard
Returns the CreateOpenChannelFragment.
Link copied to clipboard
Returns the FeedNotificationChannelFragment.
Link copied to clipboard
Returns the InviteUserFragment.
Link copied to clipboard
Returns the MemberListFragment.
Link copied to clipboard
Returns the MessageSearchFragment.
Link copied to clipboard
open fun newMessageThreadFragment(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage, @NonNull args: Bundle): Fragment
Returns the MessageThreadFragment.
Link copied to clipboard
Returns the ModerationFragment.
Link copied to clipboard
Returns the MutedMemberListFragment.
Link copied to clipboard
Returns the OpenChannelBannedUserListFragment.
Link copied to clipboard
Returns the OpenChannelFragment.
Link copied to clipboard
Returns the OpenChannelListFragment.
Link copied to clipboard
Returns the OpenChannelModerationFragment.
Returns the OpenChannelMutedParticipantListFragment.
Link copied to clipboard
Returns the OpenChannelOperatorListFragment.
Link copied to clipboard
Returns the OpenChannelRegisterOperatorFragment.
Link copied to clipboard
Returns the OpenChannelSettingsFragment.
Link copied to clipboard
Returns the OperatorListFragment.
Link copied to clipboard
Returns the ParticipantListFragment.
Link copied to clipboard
Returns the RegisterOperatorFragment.