UNPKG

hms_push_notification

Version:

Haewei Push notification for ios and android with nodejs

7 lines (4 loc) 152 B
export interface IHmsService { getAccessToken(clientId:any,appSecret:any): Promise<any>; sendPushNotification(message:any): Promise<any>; }