KitFragmentFactory

public class KitFragmentFactory

Creates a new Fragment.

Each screen provided by UIKit creates a Fragment through this factory.

To use a custom fragment instead of the default one, you must extend this Factory.

The extended factory must be registered in the SDK via the setKitFragmentFactory method.

Author

RC

Since

1.0

Constructors

Link copied to clipboard
public void KitFragmentFactory()

Functions

Link copied to clipboard
public Fragment newChatFragment(Bundle args)
Returns a ChatFragment.
Link copied to clipboard
public Fragment newChatListFragment(Bundle args)
Returns ChatListFragment.