Make push notification title nullable
This commit is contained in:
parent
cd9e12f6d9
commit
e3db439989
|
|
@ -1,7 +1,7 @@
|
|||
package ru.touchin.push.message.provider.dto
|
||||
|
||||
class Notification(
|
||||
val title: String,
|
||||
val title: String?,
|
||||
val description: String,
|
||||
val imageUrl: String?
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue