Builder

class Builder

Build a new PredictiveCacheOptions.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun build(): PredictiveCacheOptions
Link copied to clipboard
fun predictiveCacheMapsOptionsList(predictiveCacheMapsOptionsList: List<PredictiveCacheMapsOptions>): PredictiveCacheOptions.Builder

List of predictive cache Maps related options (PredictiveCacheMapsOptions).

Link copied to clipboard
fun predictiveCacheNavigationOptions(predictiveCacheNavigationOptions: PredictiveCacheNavigationOptions): PredictiveCacheOptions.Builder

Predictive cache Navigation related options.

Link copied to clipboard
fun predictiveCacheSearchOptionsList(predictiveCacheSearchOptionsList: List<PredictiveCacheSearchOptions>): PredictiveCacheOptions.Builder

List of predictive cache search related options (PredictiveCacheSearchOptions).