Skip to content

Commit

Permalink
Add sample activity callout.{
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Oct 30, 2024
1 parent e4257e6 commit 310e8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Automatic parsing of deep links can have a positive affect on the developer expe
The new `CardClient` gives more control to the host application when presenting Chrome Custom Tabs for authentication and responding to deep links.

```diff
class Activity: ComponentActivity(), ApproveOrderListener {
class SampleActivity: ComponentActivity(), ApproveOrderListener {

val config = CoreConfig("<CLIENT_ID>", environment = Environment.LIVE)
- // v1
Expand Down

0 comments on commit 310e8b8

Please sign in to comment.