Class: AppTracking

apps.AppTracking

new AppTracking()

Source:

Methods

(static) AppTracking#getApplicationID() → {String}

Get the field value A string representing an application
Source:
Returns:
Type
String

(static) AppTracking#getApplicationName() → {String}

Get the field value The name of the developer application.
Source:
Returns:
Type
String

(static) AppTracking#getApplicationVersion() → {String}

Get the field value A string representing a semanticversion. See http://semver.org/
Source:
Returns:
Type
String

(static) AppTracking#getCreditRef() → {base.Reference}

Get the field value The credit with which this app tracking info is associated
Source:
Returns:
Type
base.Reference

(static) AppTracking#getCreditRefundRef() → {base.Reference}

Get the field value The credit refund with which this app tracking info is associated
Source:
Returns:
Type
base.Reference

(static) AppTracking#getDeveloperAppId() → {String}

Get the field value The uuid from the developer application. This is typically populated and used only on the back end.
Source:
Returns:
Type
String

(static) AppTracking#getPaymentRef() → {base.Reference}

Get the field value The payment with which this app tracking info is associated
Source:
Returns:
Type
base.Reference

(static) AppTracking#getRefundRef() → {base.Reference}

Get the field value The refund with which this app tracking info is associated
Source:
Returns:
Type
base.Reference

(static) AppTracking#getSourceSDK() → {String}

Get the field value A string representing a SDK
Source:
Returns:
Type
String

(static) AppTracking#getSourceSDKVersion() → {String}

Get the field value A string representing a semanticversion. See http://semver.org/
Source:
Returns:
Type
String

(static) AppTracking#setApplicationID(applicationID)

Set the field value A string representing an application
Parameters:
Name Type Description
applicationID String
Source:

(static) AppTracking#setApplicationName(applicationName)

Set the field value The name of the developer application.
Parameters:
Name Type Description
applicationName String
Source:

(static) AppTracking#setApplicationVersion(applicationVersion)

Set the field value A string representing a semanticversion. See http://semver.org/
Parameters:
Name Type Description
applicationVersion String
Source:

(static) AppTracking#setCreditRef(creditRef)

Set the field value The credit with which this app tracking info is associated
Parameters:
Name Type Description
creditRef base.Reference
Source:

(static) AppTracking#setCreditRefundRef(creditRefundRef)

Set the field value The credit refund with which this app tracking info is associated
Parameters:
Name Type Description
creditRefundRef base.Reference
Source:

(static) AppTracking#setDeveloperAppId(developerAppId)

Set the field value The uuid from the developer application. This is typically populated and used only on the back end.
Parameters:
Name Type Description
developerAppId String
Source:

(static) AppTracking#setPaymentRef(paymentRef)

Set the field value The payment with which this app tracking info is associated
Parameters:
Name Type Description
paymentRef base.Reference
Source:

(static) AppTracking#setRefundRef(refundRef)

Set the field value The refund with which this app tracking info is associated
Parameters:
Name Type Description
refundRef base.Reference
Source:

(static) AppTracking#setSourceSDK(sourceSDK)

Set the field value A string representing a SDK
Parameters:
Name Type Description
sourceSDK String
Source:

(static) AppTracking#setSourceSDKVersion(sourceSDKVersion)

Set the field value A string representing a semanticversion. See http://semver.org/
Parameters:
Name Type Description
sourceSDKVersion String
Source: