Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class DeviceNameMismatchAbstract

    There is a mismatch between the name of the device in the server and the one in the mobile device application.

    Fixing this mismatch when invoking DeviceInformationSync will update the values in all servers with the values in the mobile device application.

    If you rather have the value in the server to be used, you can provide the name returned by nameInServer, and execute a DeviceInformationChange operation with that value.

    Hierarchy (View Summary)

    Index

    Properties

    nameInServer: string

    The name of the device in the server.

    nameInMobileDevice: string

    The name of the device in the mobile application (that is, as returned by DeviceInformation.name through LocalData.deviceInformation).

    server: Server

    The server where the mismatch occurs.

    Methods

    • Default constructor for DeviceNameMismatch.

      Parameters

      • nameInServer: string

        the name of the device in the server.

      • nameInMobileDevice: string

        the name of the device in the mobile application.

      • server: Server

        the server where the mismatch occurs.

      Returns DeviceNameMismatch

      the created DeviceNameMismatch instance.