projects/m2-core/src/lib/model/callback/application/ApplicationNotificationMessage.ts
Properties |
|
Methods |
|
constructor(message?: string, application?: Application, targetParticipantRole?: TargetParticipantRole)
|
||||||||||||
|
Parameters :
|
| Public application |
Type : Application
|
| Public message |
Type : string
|
| Public targetParticipantRole |
Type : TargetParticipantRole
|
| Public type |
Type : CallbackMessageType
|
Default value : 'ApplicationNotificationMessage'
|
| Public origin |
Default value : -1
|
| Static getMsgType | ||||||
getMsgType(msg: CallbackMessage)
|
||||||
|
Parameters :
Returns :
CallbackMessageType
|
| Static isServerSideMsg | ||||||
isServerSideMsg(msg: CallbackMessage)
|
||||||
|
Parameters :
Returns :
boolean
|