| Package | Description |
|---|---|
| org.egov.infra.messaging | |
| org.egov.infra.messaging.sms |
| Modifier and Type | Method and Description |
|---|---|
static MessagePriority |
MessagePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagePriority[] |
MessagePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingService.sendSMS(String mobileNo,
String message,
MessagePriority priority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMSService.sendSMS(String mobileNumber,
String message,
MessagePriority priority) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.