This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
checkin [2018/10/30 12:34] clubadmin |
checkin [2023/10/16 14:11] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== CheckinApp.QRCode===== | ||
| + | Return a QRcode-string for a member, can be used in 3th party apps. | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | Example: | ||
| + | https:// | ||
| + | |||
| ===== CheckinApp.Connect===== | ===== CheckinApp.Connect===== | ||
| Line 31: | Line 39: | ||
| /// <param name=" | /// <param name=" | ||
| /// <param name=" | /// <param name=" | ||
| + | /// <param name=" | ||
| | | ||
| Line 70: | Line 79: | ||
| public string Type { get; set; } | public string Type { get; set; } | ||
| } | } | ||
| + | | ||
| + | ===== Notification.SignalCheckIn===== | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | Sends a signal to any client-checkin page on that is listening to the same club-id and display-id. | ||
| + | Example listening page, use password: " | ||
| + | |||
| + | Setup listening page: | ||
| + | https:// | ||
| + | other example, same owner but other checkin-point: | ||
| + | https:// | ||
| + | |||
| + | Password + owner + checkin are saved in a cookie, after the first time you can just open the link without any parameters: | ||
| + | https:// | ||
| + | |||
| + | |||
| + | | ||
| + | Send text message to owner 1/ | ||
| + | https:// | ||
| + | |||
| + | Send text message to owner 1/ | ||
| + | https:// | ||
| + | |||
| + | Send text message to all clientcheckin pages: | ||
| + | https:// | ||
| + | |||
| + | Send checkin-result to clientcheckin page: | ||
| + | (set data parameter to checkin result) | ||
| + | data: | ||
| + | |||
| + | Other option, let the checkin API itself signal the checkin. | ||
| + | This could affect speed of opening gate, so please be careful with this. | ||
| + | |||
| + | https:// | ||
| + | |||