Package 

Interface IUserCommonPlugin

    • Method Summary

      Modifier and Type Method Description
      abstract void getCommonServices(ICommonConfigCallback callback) Get Universal link.
      abstract void updateTimeZone(String timezoneId, IResultCallback callback) Update timeZone of user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCommonServices

         abstract void getCommonServices(ICommonConfigCallback callback)

        Get Universal link.

        Parameters:
        callback - Callback ICommonConfigCallback.
      • updateTimeZone

         abstract void updateTimeZone(String timezoneId, IResultCallback callback)

        Update timeZone of user.

        Parameters:
        timezoneId - timezone id.
        callback - Callback IResultCallback.