Interface BackgroundTypeWallpaper

Describes the type of background. Subtype of BackgroundType.

interface BackgroundTypeWallpaper {
    @type: "backgroundTypeWallpaper";
    is_blurred?: boolean;
    is_moving?: boolean;
}

Properties

@type: "backgroundTypeWallpaper"
is_blurred?: boolean

True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12.

is_moving?: boolean

True, if the background needs to be slightly moved when device is tilted.