Android ContentType
Content Type shows what content is sent.
Table of Contents
Content Type
Declaration
public enum ContentType {
UNKNOWN(0),
AUTO_API(1),
VSS(2);
}
Content Type shows what content is sent.
public enum ContentType {
UNKNOWN(0),
AUTO_API(1),
VSS(2);
}