NTP-50672 | Sohan | FCM Broadcast unsubsciption logic changes. (#15665)

This commit is contained in:
Sohan Reddy Atukula
2025-04-11 12:44:57 +05:30
committed by GitHub
parent 1ebe408f48
commit 3dc917620f
9 changed files with 217 additions and 131 deletions

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2024 by Navi Technologies Limited
* * Copyright © 2024-2025 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -14,6 +14,7 @@ data class MqttSdkInitParams(
val username: String? = null,
val password: String? = null,
val clientId: String? = null,
val fcmTopics: List<String>? = null,
@SerializedName("port") val port: Int? = null,
@SerializedName("scheme") val scheme: String? = null,
@SerializedName("keepAlive") val keepAlive: Int? = 30,