Interface URLParams

URL params for getAnn

interface URLParams {
    auth_appid: string;
    bundle_id: string;
    channel_id: string;
    game: string;
    game_biz: string;
    lang:
        | "id"
        | "zh-tw"
        | "zh-cn"
        | "en"
        | "ru"
        | "vi"
        | "th"
        | "pt"
        | "ko"
        | "ja"
        | "fr"
        | "es"
        | "de";
    level: string;
    platform: string;
    region:
        | "cn_gf01"
        | "cn_qd01"
        | "os_usa"
        | "os_euro"
        | "os_asia"
        | "os_cht";
    sdk_presentation_style: string;
    sdk_screen_transparent: string;
    uid: string;
}

Properties

auth_appid: string

Auth app ID

'announcement'
bundle_id: string

Bundle ID

'hk4e_global'
channel_id: string

Channel ID

'1'
game: string

Game ID

'hk4e'
game_biz: string

Game biz

'hk4e_global'
lang:
    | "id"
    | "zh-tw"
    | "zh-cn"
    | "en"
    | "ru"
    | "vi"
    | "th"
    | "pt"
    | "ko"
    | "ja"
    | "fr"
    | "es"
    | "de"

Language

'en'
level: string

Level

'60'
platform: string

Platform

'pc'
region:
    | "cn_gf01"
    | "cn_qd01"
    | "os_usa"
    | "os_euro"
    | "os_asia"
    | "os_cht"

Region

'os_asia'
sdk_presentation_style: string

SDK presentation style

'fullscreen'
sdk_screen_transparent: string

SDK screen transparent

'true'
uid: string

UID

'888888888'