| Package | Description |
|---|---|
| org.swiftsms.io.net | |
| org.swiftsms.tasks.results |
| Modifier and Type | Method and Description |
|---|---|
OperationResult |
Operator.login()
This method is used to login to an operators website.
|
OperationResult |
Operator.send(List<String> list,
String message)
This method is responsible for sending an SMS message through the operators website.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Fail |
class |
Success |
class |
WarningResult |
| Modifier and Type | Field and Description |
|---|---|
static OperationResult |
Success.LOGGED_IN |
static OperationResult |
Fail.LOGIN_FAILED |
static OperationResult |
Fail.MESSAGE_FAILED |
static OperationResult |
Success.MESSAGE_SENT |
static OperationResult |
Fail.NO_INTERNET_CONNECTION |
static OperationResult |
Fail.OPERATOR_CHANGED |
Copyright © 2015. All rights reserved.