C# Class Segmentio.Request.WWWRequestHandler

Inheritance: IRequestHandler
Afficher le fichier Open project: Monkimun/segmentio-unity Class Usage Examples

Méthodes publiques

Méthode Description
IsReady ( ) : bool
MakeRequest ( Segmentio.Model.Batch batch ) : void
Poll ( ) : void

Private Methods

Méthode Description
Fail ( Segmentio.Model.Batch batch, System e ) : void
Succeed ( Segmentio.Model.Batch batch ) : void
WWWRequestHandler ( Client client ) : System

Method Details

IsReady() public méthode

public IsReady ( ) : bool
Résultat bool

MakeRequest() public méthode

public MakeRequest ( Segmentio.Model.Batch batch ) : void
batch Segmentio.Model.Batch
Résultat void

Poll() public méthode

public Poll ( ) : void
Résultat void