NCChatUIConfig

public class NCChatUIConfig

SDK configuration entry point.

Applications can modify per-screen configurations through this class.

Note: Configuration must be applied before calling initialize.

Constructors

Link copied to clipboard
public void NCChatUIConfig()

Functions

Link copied to clipboard
public static ChannelConfig channelConfig()
Returns the channel (conversation) screen configuration.
Link copied to clipboard
public static ChannelListConfig channelListConfig()
Returns the channel-list screen configuration.
Link copied to clipboard
public static FeatureConfig featureConfig()
Returns the feature-flag configuration.
Link copied to clipboard
public static GatheredChannelConfig gatheredChannelConfig()
Returns the gathered (aggregated) channel configuration.
Link copied to clipboard
public static NotificationConfig notificationConfig()
Returns the notification configuration.
Link copied to clipboard
public static void syncFromXml(Context context)