is In App Message For The Same User
open fun isInAppMessageForTheSameUser(inAppMessage: IInAppMessage?, currentUserId: String?): Boolean
Determines whether the in-app message was triggered for the same user as the current user.
Return
true if the in-app message was triggered for the same user as the current user, false otherwise. Returns false if the message is null.