asNotificationClickEvent
fun NotificationMessage.asNotificationClickEvent(base64EncodedData: String? = this.context, receivedTimestamp: Long = System.currentTimeMillis(), sentTimestamp: Long = System.currentTimeMillis(), actionType: String, actionItemId: String, title: String?): NotificationClickEvent
Direct extension to create a NotificationClickEvent from a NotificationMessage Uses toNotificationEvent() for base event and adds actionType, actionItemId, and title