AppIndexApi.AppIndexingLink

public static final class AppIndexApi.AppIndexingLink extends Object

This class is deprecated.
No replacement.

An outbound link attached to viewed content.

Field Summary

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 Constructor Summary

AppIndexingLink(Uri appUri, Uri webUrl, View view)
AppIndexingLink(Uri appUri, View view)

Inherited Method 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