DeveloperBillingOptionParams.LaunchMode

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


The launch mode for a developer-provided billing option.

Summary

Constants

static final int

Play will not launch the external URL.

static final int

Play will launch the URL in an external browser or eligible app.

static final int

The launch mode is unspecified.

Constants

CALLER_WILL_LAUNCH_LINK

public static final int CALLER_WILL_LAUNCH_LINK = 2

Play will not launch the external URL. Instead, Play will hand back the flow to the originating app and the app will launch the URL.

LAUNCH_IN_EXTERNAL_BROWSER_OR_APP

public static final int LAUNCH_IN_EXTERNAL_BROWSER_OR_APP = 1

Play will launch the URL in an external browser or eligible app.

LAUNCH_MODE_UNSPECIFIED

public static final int LAUNCH_MODE_UNSPECIFIED = 0

The launch mode is unspecified. Do not use.