-
Method Summary
void
Method that will retrieve the receiver config file for the current venue
void
Method that will create or update the receiver config file for the current venue, represented by json structure
-
Method Details
-
getReceiverConf
Method that will retrieve the receiver config file for the current venue
- Parameters:
receiver_id
- the id to get a specific Receiver Config
secretKey
- the secret key to authenticate and get the Receiver Config
handler
- the handler to manage the status of the request
-
updateReceiver
Method that will create or update the receiver config file for the current venue, represented by json structure
- Parameters:
token
- the token to authenticate and post the Receiver Config
receiver
- the receiver object to update or create the Receiver Config in the server
handler
- the handler to manage the request status