C# Class MobileAppTracking.MATEventQueue

Exibir arquivo Open project: MobileAppTracking/sdk-release Class Usage Examples

Protected Properties

Property Type Description
parameters MobileAppTracking.MATParameters

Public Methods

Method Description
IsOnline ( ) : bool

Protected Methods

Method Description
AddToQueue ( Object url, Object postData, Object attempt ) : void
DumpQueue ( ) : void
GetQueueSize ( ) : int
MATEventQueue ( ) : System
MATEventQueue ( MobileAppTracking.MATParameters parameters ) : System
RemoveFromQueue ( string key ) : void

Private Methods

Method Description
GetLocalSetting ( string key ) : object
ProcessTrackingRequest ( string action, string eventName, double revenue, string currency, string refId, List eventItems, MobileAppTracking.MATParameters paramCopy ) : void
SaveLocalSetting ( string key, Object value ) : void

Method Details

AddToQueue() protected method

protected AddToQueue ( Object url, Object postData, Object attempt ) : void
url Object
postData Object
attempt Object
return void

DumpQueue() protected method

protected DumpQueue ( ) : void
return void

GetQueueSize() protected method

protected GetQueueSize ( ) : int
return int

IsOnline() public method

public IsOnline ( ) : bool
return bool

MATEventQueue() protected method

protected MATEventQueue ( ) : System
return System

MATEventQueue() protected method

protected MATEventQueue ( MobileAppTracking.MATParameters parameters ) : System
parameters MobileAppTracking.MATParameters
return System

RemoveFromQueue() protected method

protected RemoveFromQueue ( string key ) : void
key string
return void

Property Details

parameters protected_oe property

protected MATParameters,MobileAppTracking parameters
return MobileAppTracking.MATParameters