ApiSurface
@Target([AnnotationTarget.TYPE]) annotation class ApiSurface
| com.google.android.gms.dtdi.core.ApiSurface |
Specifies an API surface a call is being made from.
Summary
Constants |
|
|---|---|
| const Int |
The API surface associated with DtdiClient.sendPayload and DtdiClient.registerPayloadReceiver. |
| const Int |
The API surface associated with DtdiClient.createDevicePickerIntent. |
| const Int |
The API surface associated with the higher level Sessions APIs. |
| const Int |
The API surface was not requested or cannot be determined. |
| const Int |
The API surface associated with waking up an application on the remote device. |
Public constructors |
|
|---|---|
<init>()Specifies an API surface a call is being made from. |
|
Constants
CONNECTIONS
const val CONNECTIONS: Int
The API surface associated with DtdiClient.sendPayload and DtdiClient.registerPayloadReceiver.
Value: 2DISCOVERY
const val DISCOVERY: Int
The API surface associated with DtdiClient.createDevicePickerIntent.
Value: 1SESSIONS
const val SESSIONS: Int
The API surface associated with the higher level Sessions APIs.
Value: 3WAKE_UP
const val WAKE_UP: Int
The API surface associated with waking up an application on the remote device.
Value: 4Public constructors
<init>
ApiSurface()
Specifies an API surface a call is being made from.