Interface iClaimGatedContent

interface iClaimGatedContent {
    content?: string;
    params?: {
        [key: string]: any;
    };
    sendClaimAlert?: boolean;
    url?: string;
}

Properties

content?: string

The content (markdown supported) to be shown to successful claimers

params?: {
    [key: string]: any;
}

The params to be shown to successful claimers. Only used for pre-configured rewards.

sendClaimAlert?: boolean

If true, we will send a claim alert to the user upon completion. If they have push notifications enabled, they will also receive a push notification.

url?: string

The URL to be shown to successful claimers