Google Analytics Admin V1beta Client - Class IosAppStreamData (0.8.2)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class IosAppStreamData.

Data specific to iOS app streams.

Generated from protobuf message google.analytics.admin.v1beta.DataStream.IosAppStreamData

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getBundleId

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

Returns
TypeDescription
string

setBundleId

Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"

Parameter
NameDescription
var string
Returns
TypeDescription
$this