public static abstract @interface

PayloadTransferUpdate.Status

implements Annotation
com.google.android.gms.nearby.connection.PayloadTransferUpdate.Status

Class Overview

The status of the payload transfer at the time of this update.

Summary

Constants
int FAILURE
int IN_PROGRESS
int SUCCESS
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int FAILURE

Constant Value: 2 (0x00000002)

public static final int IN_PROGRESS

Constant Value: 3 (0x00000003)

public static final int SUCCESS

Constant Value: 1 (0x00000001)