Skip to content

Commit

Permalink
improve readme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kiftio committed Oct 17, 2024
1 parent 7b1e2db commit 05fb7f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,10 @@ val processor = object : DefaultCheckoutEventProcessor(activity) {
// - deep link (e.g. myapp://checkout)
// and is being directed outside the application.
// Note: to support deep links, the client app should declare [queries](https://developer.android.com/guide/topics/manifest/queries-element) in its manifest.
// Note: to support deep links on Android 11+ using the `DefaultCheckoutEventProcessor`, the client app should declare [queries](https://developer.android.com/guide/topics/manifest/queries-element) in its manifest.
// See the MobileBuyIntegration sample's [manifest](samples/MobileBuyIntegration/app/src/main/AndroidManifest.xml) for an example.
// If no package is found to deal with the link, the processor will log a warning
//`Unrecognized scheme for link clicked in checkout` along with the uri.
}

override fun onWebPixelEvent(event: PixelEvent) {
Expand Down

0 comments on commit 05fb7f1

Please sign in to comment.