Package | com.rojored.gatracking.data |
Class | public class Configuration |
Configuration
class stores configuration values, such as
the Analytics account Id, the cookie path and various other things.
Property | Defined by | ||
---|---|---|---|
accountId : String
Google Analytics account Id.
| Configuration |
Method | Defined by | ||
---|---|---|---|
Configuration(accountId:String)
Constructor.
| Configuration |
accountId | property |
accountId:String
[read-write]Google Analytics account Id.
Implementation public function get accountId():String
public function set accountId(value:String):void
Configuration | () | constructor |
public function Configuration(accountId:String)
Constructor.
ParametersaccountId:String — Google Analytics account Id.
|
— if the accountId parameter is not valid.
|