android.net supports many APIs e.g. LinkProperties 
<http://developer.android.com/reference/android/net/LinkProperties.html> . 
In code, this class has many public constructors e.g. public 
LinkAddress(String address) 
<https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/net/LinkAddress.java#172>
 but 
these aren't published at 
http://developer.android.com/reference/android/net/LinkProperties.html. Any 
idea why?

The comments on top of these constructors have a @hide which I assume 
causes the auto generator of documentation to skip these constructors. Does 
this mean that developers are not supposed to create objects of these 
classes? If so, how do I actually use these APIs?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7363c424-327c-42e6-ad0e-7c77851a5ea0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to