B24Frame Initialization
Function is designed to initialize a B24Frame
We are still updating this page. Some data may be missing here — we will complete it shortly.
initializeB24Frame(): Promise<B24Frame>
The initializeB24Frame function is designed to initialize a B24Frame object, which is used for working with Bitrix24 applications.
It manages the initialization process and handles potential connection errors.
Supports repeated calls until initialization is complete, using a callback queue.
Return Value
Promise<B24Frame>: Returns a promise that resolves to aB24Frameobject upon successful initialization.
Usage
import { initializeB24Frame } from '@bitrix24/b24jssdk'
Introduction
Designed for managing Bitrix24 applications. It inherits functionality from AbstractB24 and provides methods for working with authentication, messages, sliders, and more.
Auth
Designed for managing authentication in Bitrix24 applications. It handles authentication data received from the parent window and provides methods for updating and retrieving this data.