-
public class PackagerConnectionSettings
-
-
Constructor Summary
Constructors Constructor Description PackagerConnectionSettings(Context applicationContext)
-
Method Summary
Modifier and Type Method Description String
getDebugServerHost()
void
setDebugServerHost(String host)
String
getInspectorServerHost()
String
getPackageName()
-
-
Constructor Detail
-
PackagerConnectionSettings
PackagerConnectionSettings(Context applicationContext)
-
-
Method Detail
-
getDebugServerHost
String getDebugServerHost()
-
setDebugServerHost
void setDebugServerHost(String host)
-
getInspectorServerHost
String getInspectorServerHost()
-
getPackageName
@Nullable() String getPackageName()
-
-
-
-