java.lang.Object |
↳ |
com.google.android.gms.appindexing.AppIndexApi.AppIndexingLink |
Class Overview
An outbound link attached to viewed content.
Summary
Fields |
public
final
Uri |
appIndexingUrl |
Deep link in the App Indexing
format.
|
public
final
int |
viewId |
View id of this link in the rendered content.
|
public
final
Uri |
webUrl |
Optional equivalent web url of this content.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
public
final
Uri
appIndexingUrl
public
final
int
viewId
View id of this link in the rendered content.
public
final
Uri
webUrl
Optional equivalent web url of this content.
Public Constructors
public
AppIndexApi.AppIndexingLink
(Uri appIndexingUrl, Uri webUrl, View view)
public
AppIndexApi.AppIndexingLink
(Uri appIndexingUrl, View view)