Interface UserInfo


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface UserInfo
    Information about an user.
    • Method Detail

      • getId

        java.lang.String getId()
        The user unique id.
        Returns:
        The user id.
      • checkLicensed

        void checkLicensed()
        Throws if the current user is not licensed.