ChannelType
@Target([AnnotationTarget.VALUE_PARAMETER]) annotation class ChannelType
com.google.android.gms.dtdi.core.ChannelInfo.ChannelType |
The type of the channel, indicating whether it was opened by this device, or accepted from a
remote device. The channel type does not relect the state of the channel. An OUTGOING_CHANNEL
can either be open or closed. Similarly, an INCOMING_CHANNEL
can either be open or closed.
Summary
Public constructors |
|
---|---|
<init>() The type of the channel, indicating whether it was opened by this device, or accepted from a remote device. |
Public constructors
<init>
ChannelType()
The type of the channel, indicating whether it was opened by this device, or accepted from a
remote device. The channel type does not relect the state of the channel. An OUTGOING_CHANNEL
can either be open or closed. Similarly, an INCOMING_CHANNEL
can either be open or closed.
See Also