DeveloperBillingOptionParams

public final class DeveloperBillingOptionParams


Parameters for enabling a developer-provided billing option for a purchase.

Summary

Nested types

Helps construct DeveloperBillingOptionParams that are used to initialize the developer-provided billing option.

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

The launch mode for a developer-provided billing option.

Public methods

int

Returns the BillingProgram for the developer billing option.

int

Returns the LaunchMode for the developer billing option.

Uri

Returns the Uri for the developer billing option.

static DeveloperBillingOptionParams.Builder

Constructs a new Builder instance.

Public methods

getBillingProgram

public int getBillingProgram()

Returns the BillingProgram for the developer billing option.

getLaunchMode

public int getLaunchMode()

Returns the LaunchMode for the developer billing option.

getLinkUri

public Uri getLinkUri()

Returns the Uri for the developer billing option.

newBuilder

public static DeveloperBillingOptionParams.Builder newBuilder()

Constructs a new Builder instance.