Function: get()
get(): Api
Creates the entry point to the Smokeball Client Sdk.
Returns
Api
sdk instance if the Smokeball app is loaded and interoperability is possible.
null when the Smokeball app is not loaded.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
get(): Api
Creates the entry point to the Smokeball Client Sdk.
Api
sdk instance if the Smokeball app is loaded and interoperability is possible.
null when the Smokeball app is not loaded.
const sdk = SmokeballClientSdk.get();
if (sdk != null) {
// Interoperability with Smokeball is possible.
}