Documentation

FacadeInterface

Interface that defines a client facade. Facades are convenient static classes that allow you to run client methods statically on a default instance from the service builder. The facades themselves are aliased into the global namespace for ease of use.

"Facades" are being removed in version 3.0 of the SDK.

Table of Contents

Methods

getServiceBuilderKey()  : string
Returns the key used to access the client instance from the Service Builder

Methods

getServiceBuilderKey()

Returns the key used to access the client instance from the Service Builder

public static getServiceBuilderKey() : string
Return values
string

        
On this page

Search results