Overview

Summary

ContactDonateImprint


Appendix E-12: PLATFORM SUPPORT (UI prompt)


PlatformSupportUserDeviceModuleWhatsApp

Properties (5)

PropertyTypeEntityReferenceModule
(1) MinOsVersionSTRINGPlatformSupport
(2) NameSTRINGPlatformSupport
(3) NotesSTRINGPlatformSupport
(4) StatusSTRINGPlatformSupport
(5) TypeSTRINGPlatformSupport


Module Interfaces (7)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /platformsupportfindAllPlatformSupport()UserDeviceModuleGETPlatformSupport
(2) /platformsupportinsertPlatformSupport(platformsupport)UserDeviceModulePOSTPlatformSupport
(3) /userdevice/platformsupport/{id}findAllUserDeviceOfPlatformSupport(id)UserDeviceModuleGETPlatformSupport UserDevice
(4) /platformsupport/{id}findPlatformSupportById(id)UserDeviceModuleGETPlatformSupport
(5) /platformsupport/{id}deletePlatformSupportById(id)UserDeviceModuleDELETEPlatformSupport
(6) /appversion/platformsupport/{id}findAllAppVersionOfPlatformSupport(id)UserDeviceModuleGETPlatformSupport AppVersion
(7) /platformsupport/{id}updatePlatformSupportById(platformsupport)UserDeviceModulePUTPlatformSupport





Example:

final PlatformSupport platformsupport = (PlatformSupport) invokeModule(USER_DEVICE_MODULE + "/platformsupport/" + id, PlatformSupport.class);
if (platformsupport != null) {
}
return platformsupport;


Overview

Summary

ContactDonateImprint