GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeIMAEnableAdsOptions

interface BlazeIMAEnableAdsOptions {

  /**
   * This delegate will be invoked upon different events.
   */
  delegate?: BlazeIMADelegate | null

}

Parameters

delegate

Set this variable in order to register a delegate. You can find more about the events here.


Did this page help you?