public abstract @interface

SourceUriType

implements Annotation
com.facebook.imagepipeline.common.SourceUriType

Class Overview

This is the interface we use in order to define different types of Uri an ImageRequest can have.

Summary

Constants
int SOURCE_TYPE_DATA
int SOURCE_TYPE_LOCAL_ASSET
int SOURCE_TYPE_LOCAL_CONTENT
int SOURCE_TYPE_LOCAL_FILE
int SOURCE_TYPE_LOCAL_IMAGE_FILE
int SOURCE_TYPE_LOCAL_RESOURCE
int SOURCE_TYPE_LOCAL_VIDEO_FILE
int SOURCE_TYPE_NETWORK
int SOURCE_TYPE_QUALIFIED_RESOURCE
int SOURCE_TYPE_UNKNOWN
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int SOURCE_TYPE_DATA

Constant Value: 7 (0x00000007)

public static final int SOURCE_TYPE_LOCAL_ASSET

Constant Value: 5 (0x00000005)

public static final int SOURCE_TYPE_LOCAL_CONTENT

Constant Value: 4 (0x00000004)

public static final int SOURCE_TYPE_LOCAL_FILE

Constant Value: 1 (0x00000001)

public static final int SOURCE_TYPE_LOCAL_IMAGE_FILE

Constant Value: 3 (0x00000003)

public static final int SOURCE_TYPE_LOCAL_RESOURCE

Constant Value: 6 (0x00000006)

public static final int SOURCE_TYPE_LOCAL_VIDEO_FILE

Constant Value: 2 (0x00000002)

public static final int SOURCE_TYPE_NETWORK

Constant Value: 0 (0x00000000)

public static final int SOURCE_TYPE_QUALIFIED_RESOURCE

Constant Value: 8 (0x00000008)

public static final int SOURCE_TYPE_UNKNOWN

Constant Value: -1 (0xffffffff)