Get Client SDK Type

Gets the type of SDK client for the application: Object API, Hybrid App, OData, REST API, or Agentry.

Syntax

 CLIENTSDK_TYPE getClientSDKType(String appId)
  throws SUPAdminException; 

Parameters

  • applicationId – the unique ID for the application.

Returns

The client SDK type according to application ID used.

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples

  • Get SDK type
    SupApplication.getClientSDKType("agentry.app1");