ChannelInfo
data class ChannelInfo : AbstractSafeParcelable
| com.google.android.gms.dtdi.core.ChannelInfo |
Information used to identify a channel.
Summary
Nested classes |
|
|---|---|
| annotation |
The type of the channel, indicating whether it was opened by this device, or accepted from a remote device. |
Constants |
|
|---|---|
| const Int |
The channel was opened remotely, and accepted locally. |
| const Int |
The channel was opened locally. |
Public constructors |
|
|---|---|
|
Information used to identify a channel. |
|
Public methods |
|
|---|---|
| Unit |
writeToParcel(dest: Parcel, flags: Int) |
Properties |
|
|---|---|
| String |
Name of the channel |
| Int |
Type of the channel |
Companion properties |
|
|---|---|
| Creator<ChannelInfo> |
Required Parcelable Creator. |
Constants
INCOMING_CHANNEL
const val INCOMING_CHANNEL: Int
The channel was opened remotely, and accepted locally.
Value: 2