public static final class

Cast.CastOptions.Builder

extends Object
java.lang.Object
   ↳ com.google.android.gms.cast.Cast.CastOptions.Builder

Class Overview

A builder to create an instance of Cast.CastOptions to set API configuration parameters for Cast.

Summary

Public Methods
Cast.CastOptions build()
Builds a CastOptions with the arguments supplied to this builder.
Cast.CastOptions.Builder setVerboseLoggingEnabled(boolean enabled)
Enables or disables verbose logging for this Cast session.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Cast.CastOptions build ()

Builds a CastOptions with the arguments supplied to this builder.

public Cast.CastOptions.Builder setVerboseLoggingEnabled (boolean enabled)

Enables or disables verbose logging for this Cast session. This option is provided to aid in testing and debugging, and should not be enabled in release builds.