public class Connection
extends java.lang.Object
This class represents the current network connection type of a particular device. It can be used to dispatch the result to the creative.
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
connection |
| Constructor and Description |
|---|
Connection(java.lang.String connectionType)
Constructs a new instance with a given connection type.
|