| Package | com.myflashlab.air.extensions.admob |
| Class | public class Settings |
| Inheritance | Settings Object |
| Method | Defined By | ||
|---|---|---|---|
Settings($context:ExtensionContext) | Settings | ||
setAppMuted($muted:Boolean):void
Set the current app mute state. | Settings | ||
setAppVolume($volume:Number):void
Set the current app volume. | Settings | ||
| Settings | () | Constructor |
public function Settings($context:ExtensionContext)$context:ExtensionContext |
| setAppMuted | () | method |
public function setAppMuted($muted:Boolean):voidSet the current app mute state.
Parameters
$muted:Boolean — true if the app is muted, false otherwise
|
| setAppVolume | () | method |
public function setAppVolume($volume:Number):voidSet the current app volume.
Parameters
$volume:Number — the volume as a Number from 0 (muted) to 1 (full media volume)
|