NTP-50672 | Sohan | FCM Broadcast unsubsciption logic changes. (#15665)
This commit is contained in:
committed by
GitHub
parent
1ebe408f48
commit
3dc917620f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user