refreshConfiguration

open fun refreshConfiguration(@Nullable callback: CompletionCallback)

Call this method to refresh the application configuration from zip already downloaded.

Parameters

callback

This callback will be invoked to handle operation result :

  • Success : when the configuration server url has been updated.
  • Error : An error occurs when trying to retrieve the configuration server url.

open fun refreshConfiguration(@Nullable callback: CompletionCallback, @Nullable lifecycle: Lifecycle)

Call this method to refresh the application configuration from zip already downloaded.

Parameters

callback

This callback will be invoked to handle operation result.

  • Success : when the configuration server url has been updated.
  • Error : An error occurs when trying to retrieve the configuration server url.
lifecycle

The life cycle of the caller, if it's not null the callback will be invoked with lifecycle aware.