com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Resource Definition to Send a Notification to Android Devices

A sample resource definition, together with details on the information that is added in the JSON are as follows:

Sample definition JSON to send a notification

The following are sample configurations that can be used in a JSON to send a notification to Android devices:

{  
   "operation":{  
      "message":"This is a test message"
   },
   "deviceIDs":[  
      "d8:50:e6:2f:6a:8b",
      "a5:60:e6:2g:6a:5b"
   ]
}

 

Property definitions

Property

Description

Data Type

Example

operation
This specifies the operation that is to be applied on the Android device.YesN/Aoperation 

deviceIDs

ID of the Android device. Multiple device IDs can be added by using comma separated values. 
For more information on retrieving the device ID, see /wiki/spaces/EDP/pages/41517155.

Yes

N/A

String

d8:50:e6:2f:6a:8b

 

operation

Property

Description

Data Type

Example

message

The content of the notification that is sent to the Android devices.YesN/AString

This is a test message

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.