Show / Hide Table of Contents

    Interface IBillingProduct

    Provides a cross-platform interface to access information about a product registered in Store.

    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IBillingProduct

    Properties

    Id

    The string that identifies the product within Unity environment. (read-only)

    Declaration
    string Id { get; }
    Property Value
    Type Description
    System.String

    LocalizedDescription

    A description of the product. (read-only)

    Declaration
    string LocalizedDescription { get; }
    Property Value
    Type Description
    System.String

    LocalizedPrice

    The cost of the product prefixed with local currency symbol. (read-only)

    Declaration
    string LocalizedPrice { get; }
    Property Value
    Type Description
    System.String

    LocalizedTitle

    The name of the product. (read-only)

    Declaration
    string LocalizedTitle { get; }
    Property Value
    Type Description
    System.String

    PlatformId

    The string that identifies the product registered in the Store (platform specific). (read-only)

    Declaration
    string PlatformId { get; }
    Property Value
    Type Description
    System.String

    Price

    The cost of the product. (read-only)

    Declaration
    string Price { get; }
    Property Value
    Type Description
    System.String

    Tag

    Additional information associated with this product. This information is provided by the developer using Tag property.

    Declaration
    object Tag { get; }
    Property Value
    Type Description
    System.Object

    The tag.

    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters