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)
:
void
Creates a LocalConnectParent instance.
Instance Methods
Defined in com.google.ads.studio.localconnect:LocalConnectParent
close()
:
void
Closes all connections.
connect()
:
void
Initiates the connection attempts.