28 lines
690 B
JavaScript
28 lines
690 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function CheckLoginStatus() {
|
|
return window['go']['main']['App']['CheckLoginStatus']();
|
|
}
|
|
|
|
export function GetStats() {
|
|
return window['go']['main']['App']['GetStats']();
|
|
}
|
|
|
|
export function GetStudentInfo() {
|
|
return window['go']['main']['App']['GetStudentInfo']();
|
|
}
|
|
|
|
export function Logout() {
|
|
return window['go']['main']['App']['Logout']();
|
|
}
|
|
|
|
export function NavigateToLogin() {
|
|
return window['go']['main']['App']['NavigateToLogin']();
|
|
}
|
|
|
|
export function SendWebcamFrame(arg1) {
|
|
return window['go']['main']['App']['SendWebcamFrame'](arg1);
|
|
}
|