Uses of Class
com.bitheads.braincloud.client.Platform
Packages that use Platform
-
Uses of Platform in com.bitheads.braincloud.client
Fields in com.bitheads.braincloud.client declared as PlatformModifier and TypeFieldDescriptionstatic final PlatformPlatform.AmazonAndroidstatic final PlatformPlatform.AppleTVOSstatic final PlatformPlatform.BlackBerrystatic final PlatformPlatform.Facebookstatic final PlatformPlatform.GooglePlayAndroidstatic final PlatformPlatform.iOSstatic final PlatformPlatform.Linuxstatic final PlatformPlatform.Macstatic final PlatformPlatform.Oculusstatic final PlatformPlatform.PS3static final PlatformPlatform.PS4static final PlatformPlatform.PSVitastatic final PlatformPlatform.Rokustatic final PlatformPlatform.Tizenstatic final PlatformPlatform.Unknownstatic final PlatformPlatform.WatchOSstatic final PlatformPlatform.Webstatic final PlatformPlatform.Wiistatic final PlatformPlatform.Windowsstatic final PlatformPlatform.WindowsPhonestatic final PlatformPlatform.Xbox360static final PlatformPlatform.XboxOneMethods in com.bitheads.braincloud.client that return PlatformModifier and TypeMethodDescriptionstatic PlatformPlatform.detectGenericPlatform(String s) static PlatformPlatform.fromString(String s) BrainCloudClient.getReleasePlatform()BrainCloudWrapper.getReleasePlatform()IBrainCloudWrapper.getReleasePlatform()Methods in com.bitheads.braincloud.client with parameters of type PlatformModifier and TypeMethodDescriptionvoidBrainCloudClient.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 PlatformModifier and TypeMethodDescriptionvoidPushNotificationService.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.