This class provides a set of user-releated interfaces.
- Source
Methods
cancelRMMP()
Cancels the RMMP request.
- Source
Example
await API.RWS.USER.cancelRMMP()getRMMPState()
Gets thw RMMP state.
- Source
Example
await API.RWS.USER.getRMMPState()logout()
Logs out.
- Source
Example
await API.RWS.USER.logout()pollRMMPStatus()
Polls the RMMP state.
- Source
Example
await API.RWS.USER.pollRMMPStatus()relRMMP()
Releases the RMMP.
- Source
Example
await API.RWS.USER.relRMMP()reqRMMP()
Requests the RMMP. Release RMMP first if RMMP is held.
- Source
Example
await API.RWS.USER.reqRMMP()requestRMMP()
Request RMMP
- Source
Example
await API.RWS.USER.requestRMMP()