Google Analytics Admin V1alpha Client - Class AndroidAppStreamData (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AndroidAppStreamData.

Data specific to Android app streams.

Generated from protobuf message google.analytics.admin.v1alpha.DataStream.AndroidAppStreamData

Namespace

Google \ Analytics \ Admin \ V1alpha \ DataStream

Methods

__construct

Constructor.

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

getPackageName

Immutable. The package name for the app being measured.

Example: "com.example.myandroidapp"

Returns
TypeDescription
string

setPackageName

Immutable. The package name for the app being measured.

Example: "com.example.myandroidapp"

Parameter
NameDescription
var string
Returns
TypeDescription
$this