Skip Navigation

Reliance on the underlying
BlackBerry Dynamics SDK

Apps developed with the
Microsoft .NET
bindings rely on the underlying
BlackBerry Dynamics SDK
. The full set of the SDK APIs is bound to a
Microsoft
C#/.NET counterpart. For example:
  • BlackBerry Dynamics SDK for iOS
    Objective-C:
    + (void)initializeWithClassNameConformingToUIApplicationDelegate: (NSString*)applicationDelegate;
  • Microsoft
    C#/.NET:
    static void InitializeWithClassNameConformingToUIApplicationDelegate (string applicationDelegate);