class com.google.ads.studio.localconnect.LocalConnectParent
LocalConnectParent connects to one or more children specified by channel names. LocalConnectParent is the master Local Connect component. It establishes connections to children so that data may be transferred from children to parent and, if required, transmit data from children to children through the parent.
Constants
| Name | Value | Description |
|---|---|---|
PARENT_NAME | parent | The static name to refer to the parent LocalConnect. |
Constructors
LocalConnectParent(childChannelNames:Array, timeout:int=5)
:
voidCreates a LocalConnectParent instance.
Instance Methods
Defined in com.google.ads.studio.localconnect:LocalConnectParent
close()
:
voidCloses all connections.
connect()
:
voidInitiates the connection attempts.
