Stay organized with collections Save and categorize content based on your preferences.

InAppMessageParams

public final class InAppMessageParams
extends Object

java.lang.Object
   ↳ com.android.billingclient.api.InAppMessageParams
Included in documentation by the annotations: @Annotations.InAppMessaging

Parameters for in-app messaging. See BillingClient.showInAppMessages(Activity, InAppMessageParams, InAppMessageResponseListener).

Summary

Nested classes

class InAppMessageParams.Builder

Helps construct InAppMessageParams Included in documentation by the annotations: @Annotations.InAppMessaging

@interface InAppMessageParams.InAppMessageCategoryId

A high-level category of the in-app message.  Included in documentation by the annotations: @Annotations.InAppMessaging

Public methods

static InAppMessageParams.Builder newBuilder()

Constructs a new InAppMessageParams.Builder instance.

Inherited methods

Public methods

newBuilder

public static InAppMessageParams.Builder newBuilder ()

Constructs a new InAppMessageParams.Builder instance.

Returns
InAppMessageParams.Builder