public static class TdApi.BackgroundTypeWallpaper extends TdApi.BackgroundType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isBlurred
True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12.
|
boolean |
isMoving
True, if the background needs to be slightly moved when device is tilted.
|
| Constructor and Description |
|---|
BackgroundTypeWallpaper()
A wallpaper in JPEG format.
|
BackgroundTypeWallpaper(boolean isBlurred,
boolean isMoving)
A wallpaper in JPEG format.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isBlurred
public boolean isMoving
public static final int CONSTRUCTOR
public BackgroundTypeWallpaper()
public BackgroundTypeWallpaper(boolean isBlurred,
boolean isMoving)
isBlurred - True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12.isMoving - True, if the background needs to be slightly moved when device is tilted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object