The ProwlService type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddNotification |
Add a notification for a particular user.
You must provide either event or description or both.
| |
| AddNotificationBegin |
Add a notification for a particular user.
You must provide either event or description or both.
| |
| AddNotificationEnd |
Gets the response after the callback.
| |
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| QueryAndParseBegin |
Queries the URL without waiting for the response. The callback is invoked when the response is available.
| |
| QueryAndParseEnd |
Parses the IAsyncResult.
| |
| RetrieveApiKey |
Get an API key from a registration token retrieved in retrieve/token. The user must have approved your request first, or you will get an error response.
This is the second/final step in fetching an API key for a user.
| |
| RetrieveApiKeyBegin |
Get an API key from a registration token retrieved in retrieve/token. The user must have approved your request first, or you will get an error response.
This is the second/final step in fetching an API key for a user.
| |
| RetrieveApiKeyEnd |
Gets the response after the callback.
| |
| RetrieveToken |
Get a registration token for use in retrieve/apikey and the associated URL for the user to approve the request.
This is the first step in fetching an API key for a user. The token retrieved expires after 24 hours.
| |
| RetrieveTokenBegin |
Get a registration token for use in retrieve/apikey and the associated URL for the user to approve the request.
This is the first step in fetching an API key for a user. The token retrieved expires after 24 hours.
| |
| RetrieveTokenEnd |
Gets the response after the callback.
| |
| (Inherited from | ||
| Verify |
Verify an API key is valid.
For the sake of adding a notification do not call verify first; it costs you an API call. You should only use verify to confirm an API key is valid in situations like a user entering an API key into your program. If it's not valid while posting the notification, you will get the appropriate error.
| |
| VerifyBegin |
Verify an API key is valid.
For the sake of adding a notification do not call verify first; it costs you an API call. You should only use verify to confirm an API key is valid in situations like a user entering an API key into your program. If it's not valid while posting the notification, you will get the appropriate error.
| |
| VerifyEnd |
Gets the response after the callback.
|
See Also