Package com.castlabs.android.network
Annotation Type UserAgent.UserAgentFlags
-
@Documented @Retention(SOURCE) public static @interface UserAgent.UserAgentFlags
The flags that enable or disable field presence in the User-Agent. Possible flag values areUserAgent.FLAG_ENABLE_MODEL
,UserAgent.FLAG_ENABLE_DEVICE_ID
,UserAgent.FLAG_ENABLE_API_LEVEL
, andUserAgent.FLAG_ENABLE_EXO_VERSION
.