🌟

Android 用の Azure Communication Services の UI Library を使ってチャットに参加

2023/03/20に公開

備忘録もかねてポイントをかいつまんで。

Android の最少バージョン

API 23: Android 6.0 (Marshmallow) が最少要件。

依存関係の追加

settings.gradledependencyResolutionManagementrepositories に以下の定義を追加する。

maven {
    url "https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1"
}

UI Library を追加したいモジュールの build.gradle に以下の定義を追加する。

implementation 'com.azure.android:azure-communication-ui-chat:+'
Microsoft (有志)

Discussion