/**@class android.net.wifi.WifiNetworkSuggestion
 implements android.os.Parcelable

@extends java.lang.Object

 The Network Suggestion object is used to provide a Wi-Fi network for consideration when
 auto-connecting to networks. Apps cannot directly create this object, they must use
 {@link android.net.wifi.WifiNetworkSuggestion.Builder#build()} to obtain an instance of this object.
<p>
 Apps can provide a list of such networks to the platform using
 {@link android.net.wifi.WifiManager#addNetworkSuggestions(List)}.
*/
var WifiNetworkSuggestion = {

/** Network configuration for the provided network.
 @hide
*/
wifiConfiguration : "null",
/** Whether app needs to log in to captive portal to obtain Internet access.
 @hide
*/
isAppInteractionRequired : "null",
/** Whether user needs to log in to captive portal to obtain Internet access.
 @hide
*/
isUserInteractionRequired : "null",
/** The UID of the process initializing this network suggestion.
 @hide
*/
suggestorUid : "null",
/** The package name of the process initializing this network suggestion.
 @hide
*/
suggestorPackageName : "null",
/***/
CREATOR : "null",
/**
*/
describeContents : function(  ) {},

/**
*/
writeToParcel : function(  ) {},

/**
*/
hashCode : function(  ) {},

/**Equals for network suggestions.
*/
equals : function(  ) {},

/**
*/
toString : function(  ) {},


};