mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 07:31:22 +01:00
Adds comments to new fields in HttpPusher
This commit is contained in:
parent
5c27f65d3e
commit
8c7901177e
@ -58,8 +58,14 @@ data class HttpPusher(
|
|||||||
*/
|
*/
|
||||||
val url: String,
|
val url: String,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether the pusher should actively create push notifications
|
||||||
|
*/
|
||||||
val enabled: Boolean,
|
val enabled: Boolean,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The device ID of the session that registered the pusher
|
||||||
|
*/
|
||||||
val deviceId: String,
|
val deviceId: String,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user