![]() |
ObjectiveC SDK
2.0
|
sendSMSViewController.h More...
#include <sendSMSViewController.h>
Public Member Functions | |
| IBAction | sendSMS () |
| IBAction | textFieldReturn: (id sender) |
| IBAction | backgroundTouched: (id sender) |
| void | keyboardWasShown: (NSNotification *aNotification) |
| void | keyboardWasHidden: (NSNotification *aNotification) |
Protected Attributes | |
| IBOutlet UIScrollView * | myScrollView |
| UITextField * | loginName |
| UITextField * | password |
| UITextField * | recipient |
| UITextField * | originator |
| UISwitch * | flash |
| UITextView * | smsContent |
| Boolean | keyboardShown |
| Boolean | viewMoved |
| Boolean | textTouched |
Properties | |
| IBOutlet UITextField * | loginName |
| IBOutlet UITextField * | password |
| IBOutlet UITextField * | recipient |
| IBOutlet UITextField * | originator |
| IBOutlet UISwitch * | flash |
| IBOutlet UITextView * | smsContent |
Sample App to see how the API works and how to use provided API methods and responses provided by the Telekom server.
| IBAction sendSMSViewController::backgroundTouched: | ( | id | sender | ) | [virtual] |
Hides the keyboard after touching the background.
| void sendSMSViewController::keyboardWasHidden: | ( | NSNotification * | aNotification | ) | [virtual] |
Moves view up when UITextView element is selected.
| void sendSMSViewController::keyboardWasShown: | ( | NSNotification * | aNotification | ) | [virtual] |
Moves view down after typing in the UITextView element.
| IBAction sendSMSViewController::sendSMS | ( | ) | [virtual] |
Actually sends the SMS.
| IBAction sendSMSViewController::textFieldReturn: | ( | id | sender | ) | [virtual] |
Hides the keyboard after pressing the return key.
UISwitch* sendSMSViewController::flash [protected] |
Boolean sendSMSViewController::keyboardShown [protected] |
UITextField* sendSMSViewController::loginName [protected] |
IBOutlet UIScrollView* sendSMSViewController::myScrollView [protected] |
UITextField* sendSMSViewController::originator [protected] |
UITextField* sendSMSViewController::password [protected] |
UITextField* sendSMSViewController::recipient [protected] |
UITextView* sendSMSViewController::smsContent [protected] |
Boolean sendSMSViewController::textTouched [protected] |
Boolean sendSMSViewController::viewMoved [protected] |
IBOutlet UISwitch* sendSMSViewController::flash [read, write, retain] |
IBOutlet UITextField* sendSMSViewController::loginName [read, write, retain] |
IBOutlet UITextField* sendSMSViewController::originator [read, write, retain] |
IBOutlet UITextField* sendSMSViewController::password [read, write, retain] |
IBOutlet UITextField* sendSMSViewController::recipient [read, write, retain] |
IBOutlet UITextView* sendSMSViewController::smsContent [read, write, retain] |
1.7.5