public class

AdBreakClipInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.cast.AdBreakClipInfo

Class Overview

A class that aggregates information about an ad break clip.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
boolean equals(Object other)
String getClickThroughUrl()
Returns this clip's click through URL.
String getContentUrl()
Returns this clip's content URL.
JSONObject getCustomData()
Returns this clip's custom data.
long getDurationInMs()
Returns this clip's duration in milliseconds.
String getId()
Returns this clip's ID.
String getMimeType()
Returns this clip's mime type.
String getTitle()
Returns this clip's title.
int hashCode()
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public boolean equals (Object other)

Parameters
other Object
Returns
boolean

public String getClickThroughUrl ()

Returns this clip's click through URL.

Returns
String

public String getContentUrl ()

Returns this clip's content URL.

Returns
String

public JSONObject getCustomData ()

Returns this clip's custom data.

Returns
JSONObject

public long getDurationInMs ()

Returns this clip's duration in milliseconds.

Returns
long

public String getId ()

Returns this clip's ID.

Returns
String

public String getMimeType ()

Returns this clip's mime type.

Returns
String

public String getTitle ()

Returns this clip's title.

Returns
String

public int hashCode ()

Returns
int

public void writeToParcel (Parcel out, int flags)

Parameters
out Parcel
flags int