@BetaApi public abstract class Transport extends Object
| Constructor and Description |
|---|
Transport() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<BackgroundResource> |
getBackgroundResources()
The objects that need to be closed in order to clean up the resources created in the process of
creating this Transport.
|
abstract String |
getTransportName()
The name of the transport.
|
public abstract String getTransportName()
This string can be used for identifying transports for switching logic.
public abstract List<BackgroundResource> getBackgroundResources()