deviceInformation abstract method
- DeviceInformation deviceInformation
Specifies the device information to be used.
The DeviceInformation is required only if you require support for encrypted out-of-band payloads or push notifications. If a DeviceInformation was already provided in an existing registration, the provided value will be ignored.
Params:
- deviceInformation: the device information.
Returns: a Registration object.
Implementation
Registration deviceInformation(DeviceInformation deviceInformation);