Actions
BroadcastMessage » 이력 » 개정판 3
« 뒤로 |
개정판 3/14
(비교(diff))
| 다음 »
이름없음, 2021/06/04 07:50
BroadcastMessage¶
요청 필드¶
broadcastMessage(
messageBroadcaseRequest: MessageBroadcaseRequest
): MessageResponse
MessageBroadcaseRequest
| field | type | description |
| command | String | 요청 Command 유형 (값: "broadcastMessage") |
| did | String | snplab의 did |
| message | String | 메시지 내용 |
MessageResponse
| field | type | description |
| command | String | 요청Command 유형 |
| result | String |
요청 예시
mutation{
broadcastMessage(messageBroadcaseRequest:{
command:"broadcastMessage"
did:"NfoPEFaG1adkCpijR85L66"
message:"{\"data\": {\"Command\": 0,\"Notification\": {\"Title\": \"타이틀\",\"Content\": \"상세 메시지\",\"OnGoing\": false,\"Priority\": 0,\"ImageUrl\": \"https://\",\"ShowBadge\": false},\"MoveTo\": 0,\"AppUpdate\": {\"TargetVersion\": 21010601,\"IsMandatory\": true},\"DataUpdate\": {\"Target\": 0},\"DataCollect\": {\"Type\": 1,\"ProposalID\": \"*\"}}}"
}){
command
result
}
}
응답 예시
{
"data": {
"broadcastMessage": {
"command": "broadcastMessage",
"result": "projects/myd-ldp-cd19d/messages/5757905970412779996"
}
}
}
이름없음이(가) 4년 이상 전에 변경 · 3 revisions