Reference documentation and code samples for the Google Analytics Admin V1alpha Client class IosAppStreamData.
Data specific to iOS app streams.
Generated from protobuf message google.analytics.admin.v1alpha.DataStream.IosAppStreamData
Namespace
Google \ Analytics \ Admin \ V1alpha \ 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 iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated. |
↳ bundle_id |
string
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp" |
getFirebaseAppId
Output only. ID of the corresponding iOS app in Firebase, if any.
This ID can change if the iOS app is deleted and recreated.
Returns | |
---|---|
Type | Description |
string |
setFirebaseAppId
Output only. ID of the corresponding iOS app in Firebase, if any.
This ID can change if the iOS app is deleted and recreated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBundleId
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Returns | |
---|---|
Type | Description |
string |
setBundleId
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |