GoogleChrome / android-browser-helper

The Android Browser Helper library helps developers use Custom Tabs and Trusted Web Activities on top of the AndroidX browser support library.
Apache License 2.0
688 stars 286 forks source link

Implement Consume #361

Closed PEConn closed 2 years ago

PEConn commented 2 years ago

This change implements the Consume call, adding it alongside the Acknowledge call which is kept around for backwards compatibility.

Part of issue #355 .