Contents Previous Next


DisplayAuthorizationDialog Method (BDKApplication Object)

Description

Presents the BDK authorization dialog to the user and returns the authorization status of the BDK.

Syntax

object.DisplayAuthorizationDialog

Arguments

None.

Return Value

(Boolean) – TRUE if the the BDK is authorized to run, FALSE if not.

Example

if BDKApp.DisplayAuthorizationDialog() then MsgBox "OK"