Mobilecore class used for initialize the SDK

Hierarchy

  • MobileCore

Constructors

Properties

firebaseApp: undefined | FirebaseApp
logService: undefined | LogService

Methods

  • This function fetches a remote configuration and sets a logging service based on the configuration value.

    Parameters

    • app: FirebaseApp

      The app parameter is an object that represents the Firebase app instance. It is used to initialize the remote config and fetch the configuration values.

    Returns void

  • Fetching remote config value with the help of custom end point service

    Returns Promise<void>

  • Returns

    — The instance of the FirebaseApp

    Returns FirebaseApp

  • It will update the global constant file. and start executeLogs functionality

    Params

    boolean

    Returns void

  • Parameters

    • newValue: boolean

    Returns void

  • Parameters

    • newValue: boolean

    Returns void

Generated using TypeDoc