-
public class NativeImage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumNativeImage.Type
-
Field Summary
Fields Modifier and Type Field Description private final inttypeNumberprivate final Stringurl
-
Constructor Summary
Constructors Constructor Description NativeImage(int typeNumber, String url)NativeImage(NativeImage.Type type, String url)
-
Method Summary
Modifier and Type Method Description intgetTypeNumber()StringgetUrl()NativeImage.TypegetType()booleanequals(Object object)-
-
Constructor Detail
-
NativeImage
NativeImage(int typeNumber, String url)
-
NativeImage
NativeImage(NativeImage.Type type, String url)
-
-
Method Detail
-
getTypeNumber
int getTypeNumber()
-
getType
@NonNull() NativeImage.Type getType()
-
-
-
-