blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal

Deprecated List

Class <GDPushChannelDelegate>
This class is deprecated and will be removed in a future release. Instead of setting a PushChannel delegate, register for notifications as described in the GDPushChannel class reference.

Class <GDPushConnectionDelegate>
This class is deprecated and will be removed in a future release. Instead of setting a PushConnection delegate, register for notifications as described in the GDReachability class reference.

Member [GDFileManager changeFileAttributes:atPath:]
This function is deprecated in the base class. Use setAttributes:ofItemAtPath:error: instead.

Member [GDFileManager createDirectoryAtPath:attributes:]
This function is deprecated in the base class. Use createDirectoryAtPath:withIntermediateDirectories:attributes:error: instead.

Member [GDFileManager createSymbolicLinkAtPath:pathContent:]
This function is deprecated in the base class. Use createSymbolicLinkAtPath:withDestinationPath:error: instead.

Member [GDFileManager directoryContentsAtPath:]
This function is deprecated in the base class. Use contentsOfDirectoryAtPath:error: instead.

Member [GDFileManager exportLogFileToDocumentsFolder:]
This function is deprecated and will be removed in a future release. Use the programming interface in the GDLogManager class to upload log files instead.

Member [GDFileManager fileAttributesAtPath:traverseLink:]
This function is deprecated in the base class. Use attributesOfItemAtPath:error: instead.

Member [GDFileManager fileSystemAttributesAtPath:]
This function is deprecated in the base class. Use attributesOfFileSystemForPath:error: instead.

Member [GDFileManager pathContentOfSymbolicLinkAtPath:]
This function is deprecated in the base class. Use destinationOfSymbolicLinkAtPath:error: instead.

Member [GDFileManager uploadLogs:]
This function is deprecated and will be removed in a future release. Use GDLogManager::startUpload instead.

Member [GDPushChannelDelegate-p onChannelClose:]
This callback has been replaced by observation of GDPushChannelClosedNotification notifications.

Member [GDPushChannelDelegate-p onChannelError:]
This callback has been replaced by observation of GDPushChannelErrorNotification notifications.

Member [GDPushChannelDelegate-p onChannelMessage:]
This callback has been replaced by observation of GDPushChannelMessageNotification notifications.

Member [GDPushChannelDelegate-p onChannelOpen:]
This callback has been replaced by observation of GDPushChannelOpenedNotification notifications.

Member [GDPushChannelDelegate-p onChannelPingFail:]
This callback has been replaced by observation of GDPushChannelPingFailedNotification notifications.

Member [GDPushConnection connect]
This function is deprecated and will be removed in a future release.
This function enabled management of power consumption by the application code. This is no longer required because of advances in the built-in power management of mobile operating systems and devices.

Member [GDPushConnection disconnect]
This function is deprecated and will be removed in a future release.
This function enabled management of power consumption by the application code. This is no longer required because of advances in the built-in power management of mobile operating systems and devices.

Member [GDPushConnection isConnected]
This function is in a deprecated class and will be removed in a future release.

Member [GDPushConnection sharedConnection]
This function is in a deprecated class and will be removed in a future release.

Member GDPushChannel::delegate
This property is deprecated and will be removed in a future release. Use the NSNotification mechanism to receive notifications instead. See under Notifications in the Programming Interface, above.

Class GDPushConnection
This class is deprecated and will be removed in a future release.
  • Instead of isConnected, use GDReachability.isPushChannelAvailable.
  • Instead of setting a PushConnection delegate, register for notifications as described in the GDReachability class reference.
  • The connect and disconnect functions are no longer required. They were added to enable management of power consumption by the application code. This is no longer required because of advances in the built-in power management of mobile operating systems and devices. .

Member GDPushConnection::delegate
This property is deprecated and will be removed in a future release. Use the NSNotification mechanism to receive notifications instead. See under Notifications in the Programming Interface, above.

Group ssPushChannelListener
This class is deprecated and will be removed in a future release. Instead of setting a PushChannel delegate, register for notifications as described in the GDPushChannel class reference.

Group ssPushConnection
This class is deprecated and will be removed in a future release.
  • Instead of isConnected, use GDReachability.isPushChannelAvailable.
  • Instead of setting a PushConnection delegate, register for notifications as described in the GDReachability class reference.
  • The connect and disconnect functions are no longer required. They were added to enable management of power consumption by the application code. This is no longer required because of advances in the built-in power management of mobile operating systems and devices. .

Group ssPushConnectionConnect
This function is deprecated and will be removed in a future release.
This function enabled management of power consumption by the application code. This is no longer required because of advances in the built-in power management of mobile operating systems and devices.

Group ssPushConnectionDisconnect
This function is deprecated and will be removed in a future release.
This function enabled management of power consumption by the application code. This is no longer required because of advances in the built-in power management of mobile operating systems and devices.

Group ssPushConnectionGetInstance
This function is in a deprecated class and will be removed in a future release.

Group ssPushConnectionIsConnected
This function is in a deprecated class and will be removed in a future release.

Group ssPushConnectionListener
This class is deprecated and will be removed in a future release. Instead of setting a PushConnection delegate, register for notifications as described in the GDReachability class reference.