Home > @poq/sdk > BannerResponse > (constructor)
Constructs a new instance of the BannerResponse
class
Signature:
constructor(params: {
id: number;
width: number;
height: number;
sortIndex: number;
isFeatured: boolean;
showOnFirstLaunchOnly: boolean;
paddingLeft: number;
paddingRight: number;
paddingTop: number;
paddingBottom: number;
title?: string;
body?: string;
url?: string;
actionType?: string;
actionParameter?: string;
contentType?: string;
videoUrl?: string;
categoryType?: string;
publishedDate?: Date;
});
Parameter | Type | Description |
---|---|---|
params | { id: number; width: number; height: number; sortIndex: number; isFeatured: boolean; showOnFirstLaunchOnly: boolean; paddingLeft: number; paddingRight: number; paddingTop: number; paddingBottom: number; title?: string; body?: string; url?: string; actionType?: string; actionParameter?: string; contentType?: string; videoUrl?: string; categoryType?: string; publishedDate?: Date; } |