Interface InitCallback


public interface InitCallback
Initialization callback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInitCompleted(boolean status, InitException exception)
    Method return completion in the main thread.
  • Method Details

    • onInitCompleted

      void onInitCompleted(boolean status, InitException exception)
      Method return completion in the main thread. When status is false, exception parameter is not null and contains details of the error
      Parameters:
      status - status of the initialization operation
      exception - exception with description of the error of the initialization operation