Class AppIdParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.AppIdParameter
-
public class AppIdParameter extends Parameter
APP_ID Parameter to associate with the request. Used to make sure the right client credentials are used on the proper app.
-
-
Constructor Summary
Constructors Constructor Description AppIdParameter(String packageName)
Construct the parameter with the package name of the android app.
-
-
-
Constructor Detail
-
AppIdParameter
public AppIdParameter(String packageName)
Construct the parameter with the package name of the android app.- Parameters:
packageName
- package name of the android app
-
-