Builder
class Builder
| kotlin.Any | |
| ↳ | com.google.android.gms.dtdi.core.GetDevicesResult.Builder |
Builder for GetDevicesResult.
Summary
Public constructors |
|
|---|---|
<init>()Builder for |
|
Public methods |
|
|---|---|
| GetDevicesResult |
build()Build this GetDevicesResult. |
| GetDevicesResult.Builder |
setAnalyticsInfo(analyticsInfo: AnalyticsInfo)Flow information for this event. |
| GetDevicesResult.Builder |
setDevices(devices: List<SelectedDevice>)Devices that were selected to be part of the experience. |
Public constructors
<init>
Builder()
Builder for GetDevicesResult.
Public methods
setAnalyticsInfo
fun setAnalyticsInfo(analyticsInfo: AnalyticsInfo): GetDevicesResult.Builder
Flow information for this event.
setDevices
fun setDevices(devices: List<SelectedDevice>): GetDevicesResult.Builder
Devices that were selected to be part of the experience.