GApps
Description
In BBj 11.0 and higher, the GApps class is one of the BBj CustomObjects that comprises the GApps utility. This utility can be used to interface with Google Apps from within a BBj application.
Creation
The GApps class is found in <bbj install>/utils/gapps/gapps.bbj.
No creation is necessary since the GApps class is static.
Parameters
None.
Methods of GApps
Return Value |
Method |
static string |
getLastErrorMessage() |
Remarks
None.
Constants
Name |
Value |
ERROR |
0 |
SUCCESS |
1 |
Example
|