AppFunctionConfiguration.Provider


public interface AppFunctionConfiguration.Provider


A class to provide customized AppFunctionConfiguration object.

To provide the configuration, implements the AppFunctionConfiguration.Provider interface on your android.app.Application class.

Summary

Public methods

abstract @NonNull AppFunctionConfiguration

The AppFunctionConfiguration used to customize AppFunction setup.

Public methods

getAppFunctionConfiguration

Added in 1.0.0-alpha01
abstract @NonNull AppFunctionConfiguration getAppFunctionConfiguration()

The AppFunctionConfiguration used to customize AppFunction setup.