Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

BlackBerry

Namespace: UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

BlackBerry specific player settings.

Static Variables

cskPasswordThe keystore password used when communicating with BlackBerry.
deviceAddressThe address used when accessing the device.
devicePasswordThe password used when accessing the device.
saveLogPathThe file system path that the device log will be saved to when it is downloaded.
tokenAuthorThe plaintext name of the author that is associated with the application.
tokenExpiresThe date in which the debug token is set to expire.
tokenPathFile system path to the debug token that the editor is currently sourcing.

Static Functions

HasCameraPermissionsReturns true when camera access has been requested in the player settings.
HasGPSPermissionsReturns true when GPS permission has been requested in the player settings.
HasIdentificationPermissionsReturns true when access the device's Unique identifier has been requested.
HasMicrophonePermissionsReturns true if microphone access has been requested in player settings.
HasSharedPermissionsReturns true if shared permissions are requested in player settings.
SetCameraPermissionsEnable or disable camera permissions. (Will prompt user for access).
SetGPSPermissionsEnable / Disable access to the device GPS. (Will prompt for user for access).
SetIdentificationPermissionsEnable / Disable device identification permission. (Will prompt user for access).
SetMicrophonePermissionsEnable / Disable microphone permission level. (Will prompt user for access).
SetSharedPermissionsEnable / Disable access to QNX shared folders (accesible via the rst://drive).