InAppMessagingFeatureConfigBuilder

Class

InAppMessagingFeatureConfigBuilder class

Sets the notification authorization options used when requesting permission (e.g. for Push Primer). Default is [.alert, .sound, .badge] when not set.

Returns: The InAppMessagingFeatureConfigBuilder instance for method chaining.


Sets the delegate that receives in-app message display and close events.

Returns: The InAppMessagingFeatureConfigBuilder instance for method chaining.


Sets the delegate that handles URLs opened from in-app message button actions.

Returns: The InAppMessagingFeatureConfigBuilder instance for method chaining.


Sets the font used when rendering in-app messages.

Returns: The InAppMessagingFeatureConfigBuilder instance for method chaining.


Builds an InAppMessagingFeatureConfig with the current builder values. Pass the result to the SDK config when initializing the In App Messaging feature.

Returns: An InAppMessagingFeatureConfig instance with the current builder settings.