From 68379f8e975cc6b9af2e6bea65abf54febec08c5 Mon Sep 17 00:00:00 2001 From: Aniket Kadam Date: Thu, 27 Jul 2023 13:00:19 +0530 Subject: [PATCH] update syntax highlighting --- docs/android/v2/quickstart/prebuilt-android.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/android/v2/quickstart/prebuilt-android.mdx b/docs/android/v2/quickstart/prebuilt-android.mdx index 64a6b304ff..48a6d9e265 100644 --- a/docs/android/v2/quickstart/prebuilt-android.mdx +++ b/docs/android/v2/quickstart/prebuilt-android.mdx @@ -46,7 +46,7 @@ Additional properties that can be specified are `userName` and `userId`. Username: The user's display name. UserId: An id that you may choose so that peers on 100ms can be associated with customers identifiers from your system. -``` +```kotlin class HMSPrebuiltOptions { val userName : String?, //Peer user name val userId: String?, // Optional Customer given User-id