Reference documentation and code samples for the Google Analytics Admin V1beta Client class AndroidAppStreamData.
Data specific to Android app streams.
Generated from protobuf message google.analytics.admin.v1beta.DataStream.AndroidAppStreamData
Namespace
Google \ Analytics \ Admin \ V1beta \ DataStreamMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ firebase_app_id | 
        
          string
          Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.  | 
      
↳ package_name | 
        
          string
          Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"  | 
      
getFirebaseAppId
Output only. ID of the corresponding Android app in Firebase, if any.
This ID can change if the Android app is deleted and recreated.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setFirebaseAppId
Output only. ID of the corresponding Android app in Firebase, if any.
This ID can change if the Android app is deleted and recreated.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getPackageName
Immutable. The package name for the app being measured.
Example: "com.example.myandroidapp"
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setPackageName
Immutable. The package name for the app being measured.
Example: "com.example.myandroidapp"
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |