LaunchExternalLinkParams.LinkType

@Retention(value = java.lang.annotation.RetentionPolicy.SOURCE)
public annotation LaunchExternalLinkParams.LinkType


The type of the external link.

Summary

Constants

static final int

The link will direct users to download an app.

static final int

The link will direct users to a digital content offer.

static final int

The link type is unspecified.

Constants

public static final int LINK_TO_APP_DOWNLOAD = 2

The link will direct users to download an app.

public static final int LINK_TO_DIGITAL_CONTENT_OFFER = 1

The link will direct users to a digital content offer.

public static final int LINK_TYPE_UNSPECIFIED = 0

The link type is unspecified. Do not use.