Instance Methods | |
| (BOOL) | - contentCardTableViewController:shouldHandleCardClick: |
| (void) | - contentCardTableViewController:didHandleCardClick: |
|
optional |
Informs the delegate that the content card click action was handled by the Braze SDK.
This method is not called if the delegate method contentCardTableViewController:shouldHandleCardClick: returns NO.
| viewController | The view controller displaying the content card. |
| url | The content card's url. |
|
optional |
Asks the delegate if the Braze SDK should handle the content card click action.
| viewController | The view controller displaying the content card. |
| url | The content card's url. |
1.8.3.1