Tells the delegate that native ad receives an unconfirmed click on view with asset ID. You
should update user interface and ask user to confirm the click once this message is received.
Use the -registerClickConfirmingView: method in GADNativeAd+ConfirmedClick.h to register
a view that will confirm the click. Only called for Google ads and is not supported for mediated
ads.
Tells the delegate that the unconfirmed click is cancelled. You should revert the user interface
change once this message is received. Only called for Google ads and is not supported for
mediated ads.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-02-23 UTC."],[[["The `GADNativeAdUnconfirmedClickDelegate` protocol handles unconfirmed clicks on Google native ads, enabling publishers to manage user interactions before a click is finalized."],["When an unconfirmed click occurs, the `nativeAd:didReceiveUnconfirmedClickOnAssetID:` method is called, prompting the publisher to update the UI and request user confirmation."],["Publishers can register a view to confirm the click using methods in `GADNativeAd+ConfirmedClick.h`."],["If an unconfirmed click is cancelled, the `nativeAdDidCancelUnconfirmedClick:` method is triggered, signaling the publisher to revert any UI changes."],["These features are specific to Google ads and are not supported by mediated ads."]]],[]]