|
Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
| getUTCTime | |
| getStatusBarHeight | |
| sendMail | |
| share | |
Gets the Height of an Android 3.x status bar.
function getStatusBarHeight ()
Gets the UTC time.
function getUTCTime ()
Send a mail with the passed in default values.
function sendMail ( string recipient, string subject, string message )
| recipient | ( string ) |
| subject | ( string ) |
| message | ( string ) |
Open a generic Android dialog to allow the user to share via email, SMS, Facebook, Twitter, etc.
function share ( string prompt, string subject, string text )
| prompt | ( string ) The prompt to show the user. |
| subject | ( string ) The subject of the message to share. |
| text | ( string ) The text of the message to share. |