removing mention of email in the http pusher model, we have dedicated emails functions on the service instead
This commit is contained in:
parent
13f8494072
commit
bdec6a3580
|
@ -115,7 +115,6 @@ interface PushersService {
|
|||
* this is the routing or destination address information for the notification,
|
||||
* for example, the APNS token for APNS or the Registration ID for GCM. If your
|
||||
* notification client has no such concept, use any unique identifier. Max length, 512 chars.
|
||||
* If the kind is "email", this is the email address to send notifications to.
|
||||
*/
|
||||
val pushkey: String,
|
||||
|
||||
|
|
Loading…
Reference in New Issue