LaunchExternalLinkParams

public final class LaunchExternalLinkParams


Parameters to initiate the launching a link outside of the app.

Summary

Nested types

Helps construct LaunchExternalLinkParams that are used to initiate the installation of an external app.

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

The mode in which the external link flow should be launched.

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

The type of the external link.

Public methods

int

Returns the billing program.

int

Returns the external link launch mode.

int

Returns the type of the external link.

Uri

Returns the URI where the content will be accessed from.

static LaunchExternalLinkParams.Builder

Public methods

getBillingProgram

public int getBillingProgram()

Returns the billing program.

getLaunchMode

public int getLaunchMode()

Returns the external link launch mode.

getLinkType

public int getLinkType()

Returns the type of the external link.

getLinkUri

public Uri getLinkUri()

Returns the URI where the content will be accessed from.

newBuilder

public static LaunchExternalLinkParams.Builder newBuilder()