Package | Description |
---|---|
com.twilio.sdk.creator.notifications.v1.service | |
com.twilio.sdk.resource.notifications.v1.service |
Modifier and Type | Method and Description |
---|---|
NotificationCreator |
NotificationCreator.setAction(String action)
The action.
|
NotificationCreator |
NotificationCreator.setApn(String apn)
The apn.
|
NotificationCreator |
NotificationCreator.setBody(String body)
The body.
|
NotificationCreator |
NotificationCreator.setData(String data)
The data.
|
NotificationCreator |
NotificationCreator.setGcm(String gcm)
The gcm.
|
NotificationCreator |
NotificationCreator.setIdentity(List<String> identity)
The identity.
|
NotificationCreator |
NotificationCreator.setIdentity(String identity)
The identity.
|
NotificationCreator |
NotificationCreator.setPriority(String priority)
The priority.
|
NotificationCreator |
NotificationCreator.setSound(String sound)
The sound.
|
NotificationCreator |
NotificationCreator.setTag(List<String> tag)
The tag.
|
NotificationCreator |
NotificationCreator.setTag(String tag)
The tag.
|
NotificationCreator |
NotificationCreator.setTitle(String title)
The title.
|
NotificationCreator |
NotificationCreator.setTtl(Integer ttl)
The ttl.
|
Modifier and Type | Method and Description |
---|---|
static NotificationCreator |
Notification.create(String serviceSid)
Create a NotificationCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.