public final class NSURLRequestAttribution
extends java.lang.Object
The NSURLRequestAttribution enum is used to indicate whether the user or developer specified the URL.
[@constant] NSURLRequestAttributionDeveloper Indicates that the URL was specified by the developer. This is the default value for an NSURLRequest when created.
[@constant] NSURLRequestAttributionUser Indicates that the URL was specified by the user.
public static final long Developer
public static final long User