|
Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
| getDirectoryInDomain | |
| getInterfaceOrientation | |
| getUTCTime | |
| sendMail | |
| takeCamera | |
Search the platform's internal directory structure for a special directory as defined by the platform.
function getDirectoryInDomain ( string domain )
| domain | ( string ) The domain to search. |
Get the current orientation of the user interface.
function getInterfaceOrientation ( nil )
| ( | nil ) |
Get the current UTC time in seconds.
function getUTCTime ( nil )
| ( | nil ) |
Send a mail with the passed in default values.
function sendMail ( string recipient, string subject, string message )
| recipient | ( string ) |
| subject | ( string ) |
| message | ( string ) |
Allows to pick a photo from the CameraRoll or from the Camera.
function _takeCamera ( function callback, NSUInteger input, int if, int if, int if, int if )
| callback | ( function ) |
| input | ( NSUInteger ) camera source |
| if | ( int ) device is an ipad x coordinate of Popover |
| if | ( int ) device is an ipad y coordinate of Popover |
| if | ( int ) device is an ipad width coordinate of Popover |
| if | ( int ) device is an ipad height coordinate of Popover |