C# Class Preact.Api

Show file Open project: preact/preact-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Api() public method

public Api ( ) : System
return System

Api() public method

public Api ( string projectCode, string secretKey ) : System
projectCode string
secretKey string
return System

LogBackgroundSignal() public method

public LogBackgroundSignal ( BackgroundSignalRequest request ) : void
request BackgroundSignalRequest
return void

LogEvent() public method

public LogEvent ( ActionEventCreateRequest request ) : void
request ActionEventCreateRequest
return void