public static final class

AppIndexApi.AppIndexingLink

extends Object
java.lang.Object
   ↳ com.google.android.gms.appindexing.AppIndexApi.AppIndexingLink

This class is deprecated.
No replacement.

Class Overview

An outbound link attached to viewed content.

Summary

Fields
public final Uri appIndexingUrl App URI 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.
Public Constructors
AppIndexApi.AppIndexingLink(Uri appUri, Uri webUrl, View view)
AppIndexApi.AppIndexingLink(Uri appUri, View view)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final Uri appIndexingUrl

App URI 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.

Public Constructors

public AppIndexApi.AppIndexingLink (Uri appUri, Uri webUrl, View view)

Parameters
appUri Uri
webUrl Uri
view View

public AppIndexApi.AppIndexingLink (Uri appUri, View view)

Parameters
appUri Uri
view View