Interface PlatformInfoExperimental

PlatformInfo is an interface that represents the information about the platform. Used by RevenueCat Hybrid SDKs to provide information about the platform.

interface PlatformInfo {
    flavor: string;
    version: string;
}

Properties

Properties

flavor: string

The flavor of the SDK.

version: string

The version of the hybrid SDK.