ButtonInterceptorAction

public enum ButtonInterceptorAction

The possible outcomes for active conversation, PiP, or co-browsing buttons click handling.

  • useInternalHandler: Indicates that the button click should be handled by the default internal handlers, allowing the standard action to proceed. the standart action is UnbluClient.presentingAsModalView(reason: .., with: .morphingIndicator, shadowStyle: .shadow )

  • useCustomHandler: Indicates that the button click should be handled by a custom user-defined handler, preventing the internal handler from executing.