Adds comments to new fields in HttpPusher

This commit is contained in:
ericdecanini 2022-09-22 20:44:46 -04:00
parent 5c27f65d3e
commit 8c7901177e

View file

@ -58,8 +58,14 @@ data class HttpPusher(
*/
val url: String,
/**
* Whether the pusher should actively create push notifications
*/
val enabled: Boolean,
/**
* The device ID of the session that registered the pusher
*/
val deviceId: String,
/**