Property | Type | Description | |
---|---|---|---|
FILE_NAME | string |
Method | Description | |
---|---|---|
ArchiveData ( string json, GA_Submit, serviceType ) : void |
Archives json data so it can be sent at a later time, when an internet connection is available.
|
|
GetArchivedData ( ) : List |
Gets data which has previously been archived due to lack of internet connectivity. The file containing the archived data is then deleted.
|
public ArchiveData ( string json, GA_Submit, serviceType ) : void | ||
json | string | /// The json data as a string /// |
serviceType | GA_Submit, | /// The category type /// |
return | void |