public static final class

AppIndexApi.AppIndexingLink

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

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.

Public Constructors

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

public AppIndexApi.AppIndexingLink (Uri appIndexingUrl, View view)