Overview

Summary

ContactDonateImprint


Appendix E-39: PLATFORM APP (UI prompt)


PlatformAppDeviceModuleSpotify

Properties (4)

PropertyTypeEntityReferenceModule
(1) CategorySTRINGPlatformApp
(2) MinVersionSTRINGPlatformApp
(3) NameSTRINGPlatformApp
(4) ProgrammingLanguageSTRINGPlatformApp


Module Interfaces (6)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /platformappinsertPlatformApp(platformapp)DeviceModulePOSTPlatformApp
(2) /platformappfindAllPlatformApp()DeviceModuleGETPlatformApp
(3) /platformapp/{id}updatePlatformAppById(platformapp)DeviceModulePUTPlatformApp
(4) /device/platformapp/{id}findAllDeviceOfPlatformApp(id)DeviceModuleGETPlatformApp Device
(5) /platformapp/{id}deletePlatformAppById(id)DeviceModuleDELETEPlatformApp
(6) /platformapp/{id}findPlatformAppById(id)DeviceModuleGETPlatformApp





Example:

final PlatformApp platformapp = (PlatformApp) invokeModule(DEVICE_MODULE + "/platformapp/" + id, PlatformApp.class);
if (platformapp != null) {
}
return platformapp;


Overview

Summary

ContactDonateImprint