name abstract method

DeviceInformationChange name(
  1. String name
)

Specifies the new name of the device information.

This is typically a user-friendly string describing the mobile device where the application is running.

WARNING
Do not invoke this method if the name does not need to be updated.

Params:

  • name: the new device information name.

Returns: a DeviceInformationChange object.

Implementation

DeviceInformationChange name(String name);