메소드 | 설명 | |
---|---|---|
Push ( IPushoverMessage message ) : void |
Push a new message
|
|
PushoverClient ( string apiKey ) : System |
Create a new Pushover client.
|
|
PushoverClient ( string apiKey, string endpoint ) : System |
Create a new Pushover client
|
메소드 | 설명 | |
---|---|---|
GetResponseText ( |
Read the response out as a string
|
|
ProcessErrorResponse ( string response ) : string |
Parses an error response and returns an error description
|
public Push ( IPushoverMessage message ) : void | ||
message | IPushoverMessage | The message to push |
리턴 | void |
public PushoverClient ( string apiKey ) : System | ||
apiKey | string | Your Pushover API key |
리턴 | System |
public PushoverClient ( string apiKey, string endpoint ) : System | ||
apiKey | string | Your pushover API key |
endpoint | string | Alternative XML endpoint to push messages to |
리턴 | System |