period

inline fun period(actions: Period.Builder.() -> Unit): Period

Deprecated

Use the version in the Places SDK instead.

Replace with

import com.google.android.libraries.places.api.model.kotlin.period
period(actions)

Builds a new Period.

Return

the constructed Period

Parameters

actions

the actions to apply to the Period.Builder