mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-11 18:10:44 +00:00
Fix message wrapper type in documentation
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
b4d4cdf219
commit
48a64fde7e
@ -34,7 +34,7 @@ import kotlinx.android.parcel.TypeParceler
|
||||
data class Signaling(
|
||||
@JsonField(name = ["type"])
|
||||
var type: String? = null,
|
||||
/** can be NCMessageWrapper or List<HashMap<String,String>> */
|
||||
/** can be NCSignalingMessage (encoded as a String) or List<Map<String, Object>> */
|
||||
@JsonField(name = ["data"])
|
||||
var messageWrapper: Any? = null
|
||||
) : Parcelable {
|
||||
|
Loading…
Reference in New Issue
Block a user