m4rcel wrote:$isPrivate says, whether or not all players can see this notification, or only that player who received it. (I never worked with ManiaHome, but I remember that there were methods like sendPublicNotification() and sendPrivateNotification().)
$group may be the Ingame-Groups of ManiaPlanet, so that you can send a Notification to all being part of that group.
$priority is how important the Notification is, but I have no idea what it is exactly for, regarding ManiaHome..
Those are the same assumptions I made.

However, I don't know why
$isPrivate is necessary when functions like
postPublicNotification() and
postPrivateNotification() exist.

I'd like to think
$isPrivate would be defined on Nadeo's end.
$group is absolutely necessary. I would be able to reach a broader audience with my notifications.
Changes Since TMF
-
$type is missing or has been deprecated.
- sendNotificationFromManialink() deprecated (postNotification() in MPWS - deprecated).
- New function
postPersonalNotifiation() (somehow different from
postPrivateNotification())
- The player login use to be specified in the URL, but is now specified in
$receiverName.
I await information from Gouxim because I still can't grasp how it actually works (still having problems).
