class com.google.ads.studio.video.ConfigurableFullScreenButton
This component designed for use with layouts is a full screen button where the color and style are configurable.
Properties
Name | Type | Description | Default |
---|---|---|---|
color | uint | The color of the button. |
|
style | String | The style of the button. | round |
Inherited Fields
Properties
Name | Type | Description | Default |
---|---|---|---|
enabledButton | DisplayObject | The enabled button of the component. |
|
Constructors
Instance Methods
Defined in: com.google.ads.studio:EnabledComponent
getEnabler()
:
Object
isInitialized()
:
Boolean
Returns whether the component has initialized.
Defined in: com.google.ads.studio:FullScreenButton
setEnabled(enabled:Boolean)
:
void
Sets the enabled state of the button.
Defined in com.google.ads.studio.video:ConfigurableFullScreenButton
getColor()
:
uint
Gets the color of this control.
getStyle()
:
String
Gets the style of this control.
setColorAndStyle(color:uint, style:String)
:
void
Sets the color and the style of this control.
updateDisplay()
:
void