Method | Description | |
---|---|---|
CreateListener ( HyvesListenerType type, string callback ) : |
Create a new listener for the ApiConsumer. This corresponds to the listener.create Hyves method.
|
|
DeleteListener ( string listenerId ) : bool |
Deletes a listener for the ApiConsumer. This corresponds to the listener.create Hyves method.
|
|
GetAllListeners ( ) : Collection |
Gets the desired listeners from the specified type. This corresponds to the listeners.getAll Hyves method.
|
|
GetListener ( string listenerId ) : |
Gets the desired information about the specified listener. This corresponds to the listeners.get Hyves method.
|
|
GetListeners ( Collection |
Gets the desired information about the specified listener. This corresponds to the listeners.get Hyves method.
|
|
GetListenersByType ( HyvesListenerType type ) : Collection |
Gets the desired listeners from the specified type. This corresponds to the listeners.getByType Hyves method.
|
Method | Description | |
---|---|---|
ListenersService ( |
public CreateListener ( HyvesListenerType type, string callback ) : |
||
type | HyvesListenerType | Type of listener to create. |
callback | string | Url to do the callback to. |
return |
public DeleteListener ( string listenerId ) : bool | ||
listenerId | string | The requested listenerId. |
return | bool |
public GetListener ( string listenerId ) : |
||
listenerId | string | The requested listenerId. |
return |
public GetListeners ( Collection |
||
listenerIds | Collection |
|
return | Collection |
public GetListenersByType ( HyvesListenerType type ) : Collection |
||
type | HyvesListenerType | Type of listeners to retrieve. |
return | Collection |