setCleverTapInboxNotificationMessageClickedHandler method

void setCleverTapInboxNotificationMessageClickedHandler(
  1. CleverTapInboxNotificationMessageClickedHandler handler
)

Define a method to handle inbox notification message clicked

Implementation

void setCleverTapInboxNotificationMessageClickedHandler(
        CleverTapInboxNotificationMessageClickedHandler handler) =>
    cleverTapInboxNotificationMessageClickedHandler = handler;