APPS Natives
Generated declarations in this category: 17.
| Native | Function | Signature | Hash | Return | Status |
|---|---|---|---|---|---|
APPS::APP_CLEAR_BLOCK | appClearBlock | appClearBlock(): void | 0x5FE1DF3342DB7DBA | void | supported |
APPS::APP_CLOSE_APP | appCloseApp | appCloseApp(): void | 0xE41C65E07A5F05FC | void | supported |
APPS::APP_CLOSE_BLOCK | appCloseBlock | appCloseBlock(): void | 0xE8E3FCF72EAC0EF8 | void | supported |
APPS::APP_DATA_VALID | appDataValid | appDataValid(): boolean | 0x846AA8E7D55EE5B6 | boolean | supported |
APPS::APP_DELETE_APP_DATA | appDeleteAppData | appDeleteAppData(appName: string): boolean | 0x44151AEA95C8A003 | boolean | supported |
APPS::APP_GET_DELETED_FILE_STATUS | appGetDeletedFileStatus | appGetDeletedFileStatus(): number | 0xC9853A2BE3DED1A6 | number | supported |
APPS::APP_GET_FLOAT | appGetFloat | appGetFloat(property: string): number | 0x1514FB24C02C2322 | number | supported |
APPS::APP_GET_INT | appGetInt | appGetInt(property: string): number | 0xD3A58A12C77D9D4B | number | supported |
APPS::APP_GET_STRING | appGetString | appGetString(property: string): string | 0x749B023950D2311C | string | supported |
APPS::APP_HAS_LINKED_SOCIAL_CLUB_ACCOUNT | appHasLinkedSocialClubAccount | appHasLinkedSocialClubAccount(): boolean | 0x71EEE69745088DA0 | boolean | supported |
APPS::APP_HAS_SYNCED_DATA | appHasSyncedData | appHasSyncedData(appName: string): boolean | 0xCA52279A7271517F | boolean | supported |
APPS::APP_SAVE_DATA | appSaveData | appSaveData(): void | 0x95C5D356CDA6E85F | void | supported |
APPS::APP_SET_APP | appSetApp | appSetApp(appName: string): void | 0xCFD0406ADAF90D2B | void | supported |
APPS::APP_SET_BLOCK | appSetBlock | appSetBlock(blockName: string): void | 0x262AB456A3D21F93 | void | supported |
APPS::APP_SET_FLOAT | appSetFloat | appSetFloat(property: string, value: number): void | 0x25D7687C68E0DAA4 | void | supported |
APPS::APP_SET_INT | appSetInt | appSetInt(property: string, value: number): void | 0x607E8E3D3E4F9611 | void | supported |
APPS::APP_SET_STRING | appSetString | appSetString(property: string, value: string): void | 0x3FF2FCEC4B7721B4 | void | supported |