CleverTap/apns-http2

Ability to omit "alert" in payload

aleksandrovpv opened this issue · 0 comments

If I don't call com.clevertap.apns.Notification.Builder#alertTitle and com.clevertap.apns.Notification.Builder#alertBody,
alert still presents in the payload:

"aps":{"alert":{}

I'd like to be able to omit "alert".