mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue