RealmJoin App Notification

When deploying packages/configurations via RealmJoin Agent, notifications inform the user or allow to interact with the installation process.

The screen above shows the RealmJoin app notification with a customizable hero image (for more information about hero images, click here)

Below this hero image you can see information on packages and a comment when the installation will start. You can also start it immediately.

Configuration

You can configure the app notification and especially the hero image with a Group setting within the RealmJoin Portal:

SoftwarePackaging.Toast
{
  "Countdown": {
    "Hero": {
      "Source": "https://[Your Cloudstorage URL]/[Your Filename (SHA-1 Hash of the file)].png"
    }
  }
}

Last updated

Was this helpful?