Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface SetAppPushConfigParams

    interface SetAppPushConfigParams {
        blocked_shop_id_list?: number[];
        callback_url?: string;
        set_push_config_off?: PushConfigType[];
        set_push_config_on?: PushConfigType[];
        [key: string]: string | number | boolean | number[] | undefined;
    }

    Hierarchy

    • Record<string, string | number | boolean | number[] | undefined>
      • SetAppPushConfigParams

    Indexable

    • [key: string]: string | number | boolean | number[] | undefined
    Index

    Properties

    blocked_shop_id_list?: number[]
    callback_url?: string
    set_push_config_off?: PushConfigType[]
    set_push_config_on?: PushConfigType[]