Definition at line 5 of file DisclaimerBannerConfig.java.
◆ DisclaimerBannerConfig()
| us.zoom.sdk.DisclaimerBannerConfig.DisclaimerBannerConfig |
( |
int | positionX, |
|
|
int | positionY, |
|
|
Drawable | background ) |
|
inline |
Create a new config for the banner UI.
- Parameters
-
| positionX | The horizontal distance between the left side of the banner and the left side of the screen |
| positionY | The vertical distance between the top of the banner and the top of the screen |
| background | The drawable background for the banner |
Definition at line 17 of file DisclaimerBannerConfig.java.
17 {
18 this.positionX = positionX;
19 this.positionY = positionY;
20 this.background = background;
21 }
References background, positionX, and positionY.
◆ getBannerBackground()
| Drawable us.zoom.sdk.DisclaimerBannerConfig.getBannerBackground |
( |
| ) |
|
|
inline |
◆ getPositionX()
| int us.zoom.sdk.DisclaimerBannerConfig.getPositionX |
( |
| ) |
|
|
inline |
◆ getPositionY()
| int us.zoom.sdk.DisclaimerBannerConfig.getPositionY |
( |
| ) |
|
|
inline |
◆ setBannerBackground()
| void us.zoom.sdk.DisclaimerBannerConfig.setBannerBackground |
( |
Drawable | background | ) |
|
|
inline |
◆ setPositionX()
| void us.zoom.sdk.DisclaimerBannerConfig.setPositionX |
( |
int | positionX | ) |
|
|
inline |
◆ setPositionY()
| void us.zoom.sdk.DisclaimerBannerConfig.setPositionY |
( |
int | positionY | ) |
|
|
inline |
◆ background
| Drawable us.zoom.sdk.DisclaimerBannerConfig.background |
|
private |
◆ positionX
| int us.zoom.sdk.DisclaimerBannerConfig.positionX |
|
private |
◆ positionY
| int us.zoom.sdk.DisclaimerBannerConfig.positionY |
|
private |