Skip to main content

Get Device Features

GET 

/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/users/:userId/devices/:deviceId/features

Get Device Features

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    platform stringrequired
    userId stringrequired
    deviceId stringrequired

Responses

Get Device Features successful

Schema
    clientSupportsSubscriptions booleanrequired

    Indicates whether the device supports subscriptions.

    clientSupportsSubscriptionUpdates booleanrequired

    Indicates whether the device supports subscription updates.

    clientSupportsExtraParametersToBuyFromIntent booleanrequired

    Indicates whether the device supports extra parameters to buy from intent.

    clientSupportsPriceChangeConfirmation booleanrequired

    Indicates whether the device supports price change confirmation.

    supportsApiVersion9 booleanrequired

    Indicates whether the device supports API version 9.

    clientSupportInAppMessages booleanrequired

    Indicates whether the device supports in-app messages.

    clientSupportsOfferIdToken booleanrequired

    Indicates whether the device supports offer ID token.

    playStoreSupportsCrossSelling booleanrequired

    Indicates whether the Play Store supports cross-selling.

    clientDoesSupportMultiItemPurchases booleanrequired

    Indicates whether the client supports multi-item purchases.

    supportsProductDetails booleanrequired

    Indicates whether the device supports product details.

    enablePendingPurchases booleanrequired

    Indicates whether pending purchases are enabled.

    enableAlternativeBilling booleanrequired

    Indicates whether alternative billing is enabled.

Loading...