Skip to content

Brand Extension

The brand extension allows you to print your brand to the browser console. This includes the version of the SDK, copyright, and more.

Installation

This extension can be enabled through Orbee's Platform. If you are manually controlling installation and setup, you can also fetch the plugin here:

<script async src="https://scripts.orb.ee/js-sdk/latest/brand.js" />

This standalone installation sets up the extension's class on the window object, under window.OaBrandExtension. You can then extend your scope like this:

oa.getScope(YOUR_SCOPE).extend('brand', OaBrandExtension);

Configuration

This extension requires no additional configuration at this time.

Methods

This extension has a variety of available attributes and functions to call.

brand.print()

This method prints the information to the browser console. This method is called on instantiation of the extension.

Events

The extension generates no events.

Listening

This extension does not listen for any events in the SDK.

Dependencies

This extension does not depend on any other extensions.