public abstract @interface

ImageLoadStatus

implements Annotation
com.facebook.drawee.backends.pipeline.info.ImageLoadStatus

Summary

Constants
int CANCELED
int DRAW
int ERROR
int INTERMEDIATE_AVAILABLE
int ORIGIN_AVAILABLE
int REQUESTED
int SUCCESS
int UNKNOWN
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int CANCELED

Constant Value: 4 (0x00000004)

public static final int DRAW

Constant Value: 6 (0x00000006)

public static final int ERROR

Constant Value: 5 (0x00000005)

public static final int INTERMEDIATE_AVAILABLE

Constant Value: 2 (0x00000002)

public static final int ORIGIN_AVAILABLE

Constant Value: 1 (0x00000001)

public static final int REQUESTED

Constant Value: 0 (0x00000000)

public static final int SUCCESS

Constant Value: 3 (0x00000003)

public static final int UNKNOWN

Constant Value: -1 (0xffffffff)