SkuDetailsParams

public class SkuDetailsParams 


Parameters to initiate a query for SKU details. See BillingClient#querySkuDetailsAsync.

Summary

Nested types

Helps to construct SkuDetailsParams that are used to query for SKU details.

Public constructors

(削除) SkuDetailsParams (削除ここまで)()

Public methods

String
(削除) getSkuType (削除ここまで)()

Returns the SkuType of the SKUs to query.

List<String>
(削除) getSkusList (削除ここまで)()

Returns the list of SKUs to query.

static SkuDetailsParams.Builder
(削除) newBuilder (削除ここまで)()

Constructs a new Builder instance.

Public constructors

SkuDetailsParams

public (削除) SkuDetailsParams (削除ここまで)()

Public methods

getSkuType

public String (削除) getSkuType (削除ここまで)()

Returns the SkuType of the SKUs to query.

getSkusList

public List<String> (削除) getSkusList (削除ここまで)()

Returns the list of SKUs to query.

newBuilder

public static SkuDetailsParams.Builder (削除) newBuilder (削除ここまで)()

Constructs a new Builder instance.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月30日 UTC.