AboutSupportDeveloper GuideVersion 22.3.18

Interface UpdateButtonConfigRequest

interface UpdateButtonConfigRequest {
    appId: string;
    primaryButton: StoreButtonConfig;
    secondaryButtons: StoreButtonConfig[];
}

Properties

appId: string
primaryButton: StoreButtonConfig
secondaryButtons: StoreButtonConfig[]