app/uni_modules/TencentCloud-Push/utssdk/app-android/push-callback-options.uts

6 lines
143 B
Plaintext
Raw Normal View History

2025-04-21 17:35:54 +08:00
export type PushCallbackOptions = {
apiName: string
success: (res?: any) => void
fail: (errCode: number, errMsg: string) => void
}