C# Class Preact.Api

Afficher le fichier Open project: preact/preact-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Api ( ) : System
Api ( string projectCode, string secretKey ) : System
LogBackgroundSignal ( BackgroundSignalRequest request ) : void
LogEvent ( ActionEventCreateRequest request ) : void

Method Details

Api() public méthode

public Api ( ) : System
Résultat System

Api() public méthode

public Api ( string projectCode, string secretKey ) : System
projectCode string
secretKey string
Résultat System

LogBackgroundSignal() public méthode

public LogBackgroundSignal ( BackgroundSignalRequest request ) : void
request BackgroundSignalRequest
Résultat void

LogEvent() public méthode

public LogEvent ( ActionEventCreateRequest request ) : void
request ActionEventCreateRequest
Résultat void