MessageNotificationControllerConfiguration

@objc(BCHMessageNotificationControllerConfiguration)
public class MessageNotificationControllerConfiguration : NSObject

A class holding the customization available for a MessageNotificationView instance.

  • Creates a configuration object for Message notification controller instance with some default values.

    In this case MessageNotificationController will use the default user info fetcher.

    Declaration

    Swift

    @objc
    public convenience override init()
  • Creates a configuration object for Message notification controller instance.

    Declaration

    Swift

    @objc
    public init(userInfoFetcher: BDKUserInfoFetcher?)

    Parameters

    userInfoFetcher

    The user info fetcher instance that is going to be used by notification view. If not passed, the notification view will use the default BDKUserInfoFetcher instance