Uses of Class
com.bitheads.braincloud.client.Platform
| Package | Description |
|---|---|
| com.bitheads.braincloud.client | |
| com.bitheads.braincloud.services |
-
Uses of Platform in com.bitheads.braincloud.client
Fields in com.bitheads.braincloud.client declared as Platform Modifier and Type Field Description static PlatformPlatform. AmazonAndroidstatic PlatformPlatform. AppleTVOSstatic PlatformPlatform. BlackBerrystatic PlatformPlatform. Facebookstatic PlatformPlatform. GooglePlayAndroidstatic PlatformPlatform. iOSstatic PlatformPlatform. Linuxstatic PlatformPlatform. Macstatic PlatformPlatform. Oculusstatic PlatformPlatform. PS3static PlatformPlatform. PS4static PlatformPlatform. PSVitastatic PlatformPlatform. Rokustatic PlatformPlatform. Tizenstatic PlatformPlatform. Unknownstatic PlatformPlatform. WatchOSstatic PlatformPlatform. Webstatic PlatformPlatform. Wiistatic PlatformPlatform. Windowsstatic PlatformPlatform. WindowsPhonestatic PlatformPlatform. Xbox360static PlatformPlatform. XboxOneMethods in com.bitheads.braincloud.client that return Platform Modifier and Type Method Description static PlatformPlatform. detectGenericPlatform(String s)static PlatformPlatform. fromString(String s)PlatformBrainCloudClient. getReleasePlatform()PlatformBrainCloudWrapper. getReleasePlatform()PlatformIBrainCloudWrapper. getReleasePlatform()Methods in com.bitheads.braincloud.client with parameters of type Platform Modifier and Type Method Description voidBrainCloudClient. setReleasePlatform(Platform _releasePlatform)voidBrainCloudWrapper. setReleasePlatform(Platform releasePlatform)voidIBrainCloudWrapper. setReleasePlatform(Platform releasePlatform) -
Uses of Platform in com.bitheads.braincloud.services
Methods in com.bitheads.braincloud.services with parameters of type Platform Modifier and Type Method Description voidPushNotificationService. deregisterPushNotificationDeviceToken(Platform platform, String token, IServerCallback callback)Deregisters the given device token from the server to disable this device from receiving push notifications.voidPushNotificationService. registerPushNotificationToken(Platform platform, String token, IServerCallback callback)Registers the given device token with the server to enable this device to receive push notifications.