onCardClick
open fun onCardClick(card: Card, navigationAction: NavigationAction): Boolean
Content copied to clipboard
Callback triggered when user clicks on a UI element with Navigation action.
SDK will only handle re-direction if the API returns false, if the API returns true it is the onus of the app to handle redirection.
Return
true if the app is handling the redirection, else false