com.google.android.gms.nearby.connection.Payload.Type |
The type of this payload.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | BYTES | A Payload consisting of a single byte array. | |||||||||
int | FILE | A Payload representing a file on the device. | |||||||||
int | STREAM | A Payload representing a real-time stream of data; e.g. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
A Payload consisting of a single byte array.
A Payload representing a file on the device.
A Payload representing a real-time stream of data; e.g. generated data for which the total size is not known ahead of time.