Skip to content

Commit

Permalink
Merge pull request #466 from praveek/main
Browse files Browse the repository at this point in the history
Note about removing registerExtension APIs in Android 3.x
  • Loading branch information
praveek authored Jan 8, 2024
2 parents ceaeae8 + a984a15 commit 915dce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/resources/migration/android/migrate-to-2x.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ Kotlin

Some of the APIs available in previous major versions of the Mobile SDK for Android are now deprecated or removed. You can choose to replace the obsolete APIs in your code with the alternative APIs in the 2.x version, as described below.

<InlineAlert variant="info" slots="text"/>
<InlineAlert variant="warning" slots="text"/>

The `registerExtension` API for each extension is deprecated in the 2.x version of the mobile SDK. You don't need to register extensions separately, now you can call `MobileCore.registerExtensions` API instead. See the [Update SDK initialization](#update-sdk-initialization) section for more details.
The `registerExtension` API for each extension is deprecated in the 2.x version of the mobile SDK and will be removed in the 3.x version of the mobile SDK. You don't need to register extensions separately, now you can call `MobileCore.registerExtensions` API instead. See the [Update SDK initialization](#update-sdk-initialization) section for more details.

### Profile

Expand Down

0 comments on commit 915dce4

Please sign in to comment.