Type alias SdkVersion

SdkVersion: {
    android?: string;
    ios?: string;
    react_native: string;
}

Type declaration

  • Optional android?: string
  • Optional ios?: string
  • react_native: string

Name

SdkVersion

Description

Represents the version information of the SDK and its compatibility with different platforms.

Generated using TypeDoc