| Method and Description |
|---|
| jadex.android.service.JadexMultiPlatformService.getPlatformAccess(IComponentIdentifier)
use getExternalPlatformAccess()
|
| jadex.android.service.JadexPlatformService.setPlatformKernels(String...)
use getPlatformConfiguration().getRootConfig().setKernels() instead.
|
| jadex.android.service.JadexPlatformService.setPlatformName(String)
use getPlatformConfiguration().setPlatformName() instead.
|
| jadex.android.standalone.clientapp.PlatformProvidingClientAppFragment.setPlatformOptions(String)
use setPlatformConfiguration
|
| jadex.android.service.JadexPlatformService.setPlatformOptions(String)
use setPlatformConfiguration
|
| jadex.android.service.JadexMultiPlatformService.stopPlatforms()
use shutdownJadexPlatforms()
|