• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • getuiPush
  • PushTransmitMessageBean.ets
  • ref |> 调试个推推送,目前仅能收到后台透传消息,这里先展示在系统推送通知栏里 · 860293cc
    860293cc Browse Files
    xugenyuan authored 2024-05-29 19:33:07 +0800
PushTransmitMessageBean.ets 232 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
export interface PushTransmitMessageBean {
  body: string
  title: string
  clickType: string
  payload: string

  payloadObj?: PushTransmitMessagePayloadBean
}

export interface PushTransmitMessagePayloadBean {
  pushLink: string
}