feat: NodeIO3MiscService

This commit is contained in:
手瓜一十雪 2024-09-18 10:44:35 +08:00
parent a4ca89bdd6
commit 3f785bab20
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,5 @@
export class NodeIKernelO3MiscListener {
getOnAmgomDataPiece(...arg: unknown[]) {
}
}

View File

@ -0,0 +1,5 @@
export interface NodeIO3MiscService {
addO3MiscListener(listeners: NodeIO3MiscService): number;
setAmgomDataPiece(appid: string, dataPiece: Uint8Array): void;
}

View File

@ -276,7 +276,6 @@ export interface WrapperNodeApi {
NodeIKernelLoginService: NodeIKernelLoginService;
NodeIKernelProfileService: NodeIKernelProfileService;
}
export enum PlatformType {
KUNKNOWN,
KANDROID,