C# Class GoogleAnalytics, xsolla-unity-sdk

Inheritance: MonoBehaviour
ファイルを表示 Open project: xsolla/xsolla-unity-sdk Class Usage Examples

Public Properties

Property Type Description
appName string
appVersion string
bundleID string
instance GoogleAnalytics,
propertyID string

Public Methods

Method Description
LogEvent ( string titleCat, string titleAction ) : void
LogScreen ( string title ) : void

Private Methods

Method Description
Awake ( ) : void
Process ( WWW www ) : IEnumerator
Start ( ) : void

Method Details

LogEvent() public method

public LogEvent ( string titleCat, string titleAction ) : void
titleCat string
titleAction string
return void

LogScreen() public method

public LogScreen ( string title ) : void
title string
return void

Property Details

appName public_oe property

public string appName
return string

appVersion public_oe property

public string appVersion
return string

bundleID public_oe property

public string bundleID
return string

instance public_oe static_oe property

public static GoogleAnalytics, instance
return GoogleAnalytics,

propertyID public_oe property

public string propertyID
return string