WO2017101397A1 - 一种信息显示方法及装置 - Google Patents

一种信息显示方法及装置 Download PDF

Info

Publication number
WO2017101397A1
WO2017101397A1 PCT/CN2016/089282 CN2016089282W WO2017101397A1 WO 2017101397 A1 WO2017101397 A1 WO 2017101397A1 CN 2016089282 W CN2016089282 W CN 2016089282W WO 2017101397 A1 WO2017101397 A1 WO 2017101397A1
Authority
WO
WIPO (PCT)
Prior art keywords
level
information
new information
display
buffer pool
Prior art date
Application number
PCT/CN2016/089282
Other languages
English (en)
French (fr)
Inventor
初艳红
牛盼迎
李国建
Original Assignee
乐视控股(北京)有限公司
乐视网信息技术(北京)股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 乐视控股(北京)有限公司, 乐视网信息技术(北京)股份有限公司 filed Critical 乐视控股(北京)有限公司
Priority to US15/241,635 priority Critical patent/US20170171376A1/en
Publication of WO2017101397A1 publication Critical patent/WO2017101397A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Definitions

  • the present invention relates to the field of communications technologies, and in particular, to an information display method and apparatus.
  • Some APPs applications installed on mobile devices, tablet computers, etc., such as live video apps, usually have an online chat function. Users can send real-time information in the chat window to express their opinions and participate in various problems. discussion.
  • the information received by the terminal device is displayed in the chat window, and in order to achieve a better display effect, each piece of information is generally animated when displayed, that is, played in an animated form.
  • each piece of information is generally animated when displayed, that is, played in an animated form.
  • the display of information occupies more system resources, and the terminal device faces a lot of processing pressure, which may cause the phenomenon of page display card machine and crash.
  • the embodiments of the present invention provide an information display method and apparatus to solve the problem that the terminal device has excessive pressure when displaying real-time information.
  • an information display method comprising:
  • the level includes a first level, a second level, and a third level;
  • a current state of the information display window includes a state of a buffer pool of the information display window;
  • the new information is directly displayed in the information display window
  • the new information is discarded.
  • the obtaining the level of the new information includes:
  • the level of the new information is determined according to the sender.
  • the determining, according to the sender, the level of the new information including:
  • the sender is another ordinary user, it is determined that the level is the third level.
  • the obtaining the level of the new information includes:
  • an information display apparatus comprising:
  • An information receiving module configured to receive new information
  • a level obtaining module configured to acquire a level of the new information
  • a state obtaining module configured to acquire a current state of the information display window
  • a display module configured to determine, according to a level of the new information and a current state of the information display window, a display manner of the new information to display the new information, where the display manner includes direct display, queue waiting, and discarding .
  • the level includes a first level, a second level, and a third level; the information displays a current status of the window The state of the buffer pool including the information display window;
  • the display module includes:
  • a first display sub-module configured to directly display the new information in an information display window when the level is the first level
  • a second display submodule configured to add the new information to the buffer pool if the buffer pool is not full when the level is the second level, and wait until the buffer pool is full
  • the buffer pool has a spare space
  • a third display submodule configured to: when the level is the third level, if the buffer pool is not full, add the new information to the buffer pool, and if the buffer pool is full, discard the Describe new information.
  • the level obtaining module includes:
  • the sender acquires a submodule, configured to acquire a sender of the new information
  • a level determining submodule for determining a level of the new information according to the sender.
  • the level determining submodule is used to:
  • the sender is another ordinary user, it is determined that the level is the third level.
  • the level obtaining module is used to:
  • a terminal comprising: the information display device according to the second aspect.
  • a computer storage medium can store a program, and when the program is executed, the implementation manner of the information display method provided by the first aspect of the present invention can be implemented. Some or all of the steps.
  • the information is given a level.
  • the terminal device When the terminal device receives a new information, the terminal device does not directly display, but determines the display mode based on the information level and the state of the information display window, where the display mode is displayed. Ways can include direct display, queue waiting, and dropping. For example, for the information with the highest priority, such as the information sent by the user, it will be displayed directly. For the higher priority information, such as the information sent by the star ⁇ guest or the system broadcast, it will wait in line and will eventually display. However, for information sent by other ordinary users, it may be discarded.
  • FIG. 1 is a flowchart of an information display method according to an exemplary embodiment
  • FIG. 2 is a flowchart of an information display method according to an exemplary embodiment
  • FIG. 3 is a flowchart of an information display method according to an exemplary embodiment
  • FIG. 4 is a schematic diagram of information reception according to an exemplary embodiment
  • FIG. 5 is a schematic diagram of an information display window according to an exemplary embodiment
  • FIG. 6 is a block diagram of an information display apparatus according to an exemplary embodiment
  • FIG. 7 is a block diagram of an information display apparatus according to an exemplary embodiment
  • FIG. 8 is a block diagram of an information display apparatus according to an exemplary embodiment
  • FIG. 9 is a block diagram of an apparatus for information display, according to an exemplary embodiment.
  • FIG. 1 is a flow chart showing an information display method according to an exemplary embodiment.
  • the method can be used for terminal devices such as mobile phones and tablet computers.
  • the method can include:
  • Step S101 receiving new information.
  • a user can use a video playback app on a mobile phone to watch a video such as a live program, and can participate in a chat interaction during the viewing period, and receive a new message during the chat process.
  • Step S102 Acquire a level of the new information.
  • the level can be divided into a first level, a second level, and a third level, and the corresponding priority is gradually reduced.
  • the level of how to obtain new information is not limited in this embodiment.
  • the level may be determined according to the source of the information, or the level may be determined according to the characteristics carried by the information itself, and the like.
  • Step S103 Acquire a current state of the information display window.
  • the status of the information display window can be the state of the buffer pool. Because sometimes the terminal device will receive too much information in a short time and cannot display all of it in time, usually a buffer pool is set for the information display window, and the received information first enters the buffer pool and then displays in the window. In the prior art, as long as the received information, the terminal device displays, even if the buffer pool is full, the information is cached for final display. In this embodiment, the information is differentiated according to the level. When the buffer pool is full, some non-critical information can be directly discarded.
  • FIG. 1 is only an example, and in other embodiments, for example, information display may also be obtained first.
  • the current state of the window receive a new message, and so on.
  • Step S104 Determine a display manner of the new information to display the new information according to a level of the new information and a current state of the information display window, where the display manner includes direct display, queue waiting, and discarding.
  • the level includes a first level, a second level, and a third level;
  • a current state of the information display window includes a state of a buffer pool of the information display window;
  • step S201 it is determined whether the level is the first level. If it is the first level, proceed to step S202, if If it is not the first level, it proceeds to step S203.
  • Step S202 directly displaying the new information in the information display window.
  • step S203 it is determined whether the buffer pool is full. If the buffer pool is not full, the process proceeds to step S204, and if the buffer pool is full, the process proceeds to step S205.
  • Step S204 adding the new information to the buffer pool.
  • a buffer pool can contain a message queue that can be displayed by queuing new information in the queue.
  • step S205 it is determined whether the level is the second level. If it is the second stage, it proceeds to step S206, and if it is not the second level (that is, the third level), it proceeds to step S207.
  • Step S206 waiting until the buffer pool has a spare.
  • the new information is then added to the buffer pool so that new information is finally displayed.
  • step S207 the new information is discarded.
  • the acquiring the level of the new information includes:
  • Step S301 acquiring a sender of the new information.
  • Step S302 determining a level of the new information according to the sender.
  • FIG. 4 401 is the mobile phone of the current user, 402 is the mobile phone of the guest of the live program, 403 is the server of the program provider, 404-406 is the mobile phone of other ordinary users, and the mobile phone 401 is playing.
  • the live program may receive presentations from the guests and other users about the program (of course, strictly speaking, the information is usually forwarded by the server), and will also receive broadcast information from the server such as "This program will be in X. When the day X is replayed, etc., the mobile phone 401 can classify each piece of information according to the difference of the sender of each piece of information.
  • the determining, by the sender, the level of the new information may include:
  • the sender is another ordinary user, it is determined that the level is the third level.
  • the preset user may be an important user such as a host, a guest, a star, or the like.
  • the broadcast message sent by the system can be considered as a message of the second level.
  • 501 is an information display window, and the current user can see his or her own speech in the window, and can also see other users such as guest speakers.
  • the acquiring the level of the new information may include:
  • the level of the information may be determined according to the indication contained in the information itself.
  • the information may contain a field, and the difference in the value of the field represents the difference in the level of the information.
  • the information is given a level.
  • the terminal device When the terminal device receives a new message, the terminal device does not directly display, but determines the display mode based on the information level and the state of the information display window, where the display manner may include direct Display, queue, and discard. For example, for the information with the highest priority, such as the information sent by the user, it will be displayed directly. For the higher priority information, such as the information sent by the star ⁇ guest or the system broadcast, it will wait in line and will eventually display. However, for information sent by other ordinary users, it may be discarded.
  • FIG. 6 is a block diagram of an information display apparatus according to an exemplary embodiment.
  • the device can be used for terminal devices such as mobile phones and tablet computers.
  • the apparatus can include:
  • the information receiving module 601 is configured to receive new information.
  • a user can use a video playback app on a mobile phone to watch a video such as a live program, and can participate in a chat interaction during the viewing period, and receive a new message during the chat process.
  • the level obtaining module 602 is configured to acquire a level of the new information.
  • the level can be divided into a first level, a second level, and a third level, and the corresponding priority is gradually reduced.
  • the level of how to obtain new information for example, the level can be determined according to the source of the information, The level can be determined based on the characteristics carried by the information itself, and so on.
  • the state obtaining module 603 is configured to acquire a current state of the information display window.
  • the status of the information display window can be the state of the buffer pool. Because sometimes the terminal device will receive too much information in a short time and cannot display all of it in time, usually a buffer pool is set for the information display window, and the received information first enters the buffer pool and then displays in the window. In the prior art, as long as the received information, the terminal device displays, even if the buffer pool is full, the information is cached for final display. In this embodiment, the information is differentiated according to the level. When the buffer pool is full, some non-critical information can be directly discarded.
  • the display module 604 is configured to determine, according to a level of the new information and a current state of the information display window, a display manner of the new information to display the new information, where the display manner includes direct display, queue waiting, and throw away.
  • the level includes a first level, a second level, and a third level;
  • a current state of the information display window includes a state of a buffer pool of the information display window;
  • the display module 604 can include:
  • the first display sub-module 701 is configured to directly display the new information in the information display window when the level is the first level.
  • a second display sub-module 702 configured to add the new information to the buffer pool if the buffer pool is not full when the level is the second level, and wait if the buffer pool is full There is room for the buffer pool.
  • a third display sub-module 703, configured to: when the level is the third level, if the buffer pool is not full, add the new information to the buffer pool, and if the buffer pool is full, discard The new information.
  • the level obtaining module 602 may include:
  • the sender acquires a submodule 801, configured to acquire a sender of the new information.
  • the level determining sub-module 802 is configured to determine a level of the new information according to the sender.
  • FIG. 4 401 is the mobile phone of the current user, 402 is the mobile phone of the guest of the live program, 403 is the server of the program provider, 404-406 is the mobile phone of other ordinary users, and the mobile phone 401 is playing.
  • the live program may receive presentations from the guests and other users about the program (of course, strictly speaking the information is forwarded by the server), and also receive broadcast information from the server such as "this.
  • the program will be replayed on X day X, etc., and the mobile phone 401 can classify each information according to the difference of the sender of each information.
  • the level determining sub-module 802 is configured to:
  • the sender is another ordinary user, it is determined that the level is the third level.
  • the preset user may be an important user such as a host, a guest, a star, or the like, or the system itself, for example, a broadcast message sent by the system may be regarded as a message of a second level.
  • 501 is an information display window, and the current user can see his or her own speech in the window, and can also see other users such as guest speakers.
  • the level obtaining module 602 is configured to:
  • the level of the information may be determined according to the indication contained in the information itself.
  • the information may contain a field, and the difference in the value of the field represents the difference in the level of the information.
  • the information is given a level.
  • the terminal device When the terminal device receives a new message, the terminal device does not directly display, but determines the display mode based on the information level and the state of the information display window, where the display manner may include direct Display, queue, and discard. For example, for the information with the highest priority, such as the information sent by the user, it will be displayed directly. For the higher priority information, such as the information sent by the star ⁇ guest or the system broadcast, it will wait in line and will eventually display. However, for information sent by other ordinary users, it may be discarded.
  • the embodiment of the present invention further provides a terminal, including the information display device provided in the embodiment shown in FIG. 6 to FIG. 8.
  • FIG. 9 is a block diagram of an apparatus for information display, according to an exemplary embodiment.
  • the device is the device 900 shown in the figures, which may be, for example, a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant, and the like.
  • device 900 can include one or more of the following components: processing component 902, memory 904, power component 906, multimedia component 908, audio component 910, input/output (I/O) interface 912, sensor component 914, And a communication component 916.
  • Processing component 902 typically controls the overall operation of device 900, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
  • Processing component 902 can include one or more processors 920 to execute instructions to perform all or part of the steps described above.
  • processing component 902 can include one or more modules to facilitate interaction between component 902 and other components.
  • processing component 902 can include a multimedia module to facilitate interaction between multimedia component 908 and processing component 902.
  • Memory 904 is configured to store various types of data to support operation at device 900. Examples of such data include instructions for any application or method operating on device 900, contact data, phone book data, messages, pictures, videos, and the like.
  • the memory 904 can be implemented by any type of volatile or non-volatile storage device, or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM Programmable Read Only Memory
  • PROM Programmable Read Only Memory
  • ROM Read Only Memory
  • Magnetic Memory Flash Memory
  • Disk Disk or Optical Disk.
  • Power component 906 provides power to various components of device 900.
  • Power component 906 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 900.
  • the multimedia component 908 includes a screen between the device 900 and the user that provides an output interface.
  • the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
  • the touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
  • the multimedia component 908 includes a front camera and/or a rear camera. When the device 900 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front and rear camera can be a fixed optical lens system or have focal length and optical zoom capabilities.
  • the audio component 910 is configured to output and/or input an audio signal.
  • audio component 910 includes a microphone (MIC) that, when device 900 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode, The microphone is configured to receive an external audio signal.
  • the received audio signal may be further stored in memory 904 or transmitted via communication component 916.
  • the audio component 910 also includes a speaker for outputting an audio signal.
  • the I/O interface 912 provides an interface between the processing component 902 and the peripheral interface module, which may be a keyboard, a click wheel, a button, or the like. These buttons may include, but are not limited to, a home button, a volume button, a start button, and a lock button.
  • Sensor assembly 914 includes one or more sensors for providing device 900 with various aspects of status assessment.
  • sensor component 914 can detect an open/closed state of device 900, relative positioning of components, such as the display and keypad of device 900, and sensor component 914 can also detect a change in position of one component of device 900 or device 900. The presence or absence of user contact with device 900, device 900 orientation or acceleration/deceleration, and temperature variation of device 900.
  • Sensor assembly 914 can include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
  • Sensor assembly 914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
  • the sensor component 914 can also include an acceleration sensor, a gyro sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
  • Communication component 916 is configured to facilitate wired or wireless communication between device 900 and other devices.
  • the device 900 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof.
  • communication component 916 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
  • the communication component 916 also includes a near field communication (NFC) module to facilitate short range communication.
  • NFC near field communication
  • the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
  • RFID radio frequency identification
  • IrDA infrared data association
  • UWB ultra-wideband
  • Bluetooth Bluetooth
  • device 900 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor or other electronic component implementation for performing the above method on the terminal side.
  • ASICs application specific integrated circuits
  • DSPs digital signal processors
  • DSPDs digital signal processing devices
  • PLDs programmable logic devices
  • FPGA field programmable A gate array
  • controller microcontroller, microprocessor or other electronic component implementation for performing the above method on the terminal side.
  • the embodiment of the present invention further provides a computer storage medium, wherein the computer storage medium can store a program, and the program can be implemented in various implementation manners of the information display method provided by the embodiment shown in FIG. 1 to FIG. Part or all of the steps.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

一种信息显示方法及装置,其中方法包括:接收新信息(S101);获取所述新信息的级别(S102);获取信息显示窗口当前的状态(S103);根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃(S104)。该方法为信息赋予了级别,当终端设备接收到一条新信息后,不再直接进行显示,而是基于信息级别及信息显示窗口的状态来确定显示方式。这样就在确保重要信息可以被显示的同时,滤除了一些非重要的信息,整体上减少了需要显示的信息的数量,从而避免信息的显示占用较多的***资源,减轻了终端设备的处理压力。

Description

一种信息显示方法及装置
本申请要求于2015年12月15日提交中国专利局、申请号为201510938147.X、发明名称为“一种信息显示方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本发明涉及通信技术领域,尤其涉及一种信息显示方法及装置。
背景技术
手机、平板电脑等终端设备上所安装的一些APP(应用软件),如视频直播APP,通常都会带有在线聊天功能,用户可以在聊天窗口中发送实时信息以表达自己的看法,参与各种问题的讨论。
在现有技术中,终端设备所接收到的信息都会在聊天窗口中进行显示,且为了达到较好的显示效果,每条信息在显示时一般也都会进行动画渲染,即以动画的形式播放。然而,这样的后果是信息的显示占用了较多的***资源,终端设备面临很大的处理压力,易造成页面显示卡机、死机等现象。
发明内容
为克服相关技术中存在的问题,本发明实施例提供一种信息显示方法及装置,以解决终端设备显示实时信息时压力过大的问题。
根据本发明实施例的第一方面,提供一种信息显示方法,所述方法包括:
接收新信息;
获取所述新信息的级别;
获取信息显示窗口当前的状态;
根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃。
可选的,所述级别包括第一级、第二级和第三级;所述信息显示窗口当前的状态包括所述信息显示窗口的缓冲池的状态;
所述根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式,包括:
如果所述级别为第一级,则在信息显示窗口中直接显示所述新信息;
如果所述级别为第二级或第三级,则:
判断所述缓冲池是否已满,
如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,
如果所述缓冲池已满且所述级别为第二级,则等待至所述缓冲池有空余,
如果所述缓冲池已满且所述级别为第三级,则丢弃所述新信息。
可选的,所述获取所述新信息的级别,包括:
获取所述新信息的发送方;
根据所述发送方确定所述新信息的级别。
可选的,所述根据所述发送方确定所述新信息的级别,包括:
当所述发送方为当前用户自身时,确定所述级别为第一级;
当所述发送方为预设用户时,确定所述级别为第二级;
当所述发送方为其他普通用户时,确定所述级别为第三级。
可选的,所述获取所述新信息的级别,包括:
根据所述新信息中所携带的级别指示信息,确定所述新信息的级别。
根据本发明实施例的第二方面,提供一种信息显示装置,所述装置包括:
信息接收模块,用于接收新信息;
级别获取模块,用于获取所述新信息的级别;
状态获取模块,用于获取信息显示窗口当前的状态;
显示模块,用于根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃。
可选的,所述级别包括第一级、第二级和第三级;所述信息显示窗口当前的状态 包括所述信息显示窗口的缓冲池的状态;
所述显示模块包括:
第一显示子模块,用于当所级别为第一级时,在信息显示窗口中直接显示所述新信息;
第二显示子模块,用于当所述级别为第二级时,如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,如果所述缓冲池已满,则等待至所述缓冲池有空余;
第三显示子模块,用于当所述级别为第三级时,如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,如果所述缓冲池已满,则丢弃所述新信息。
可选的,所述级别获取模块包括:
发送方获取子模块,用于获取所述新信息的发送方;
级别确定子模块,用于根据所述发送方确定所述新信息的级别。
可选的,所述级别确定子模块用于:
当所述发送方为当前用户自身时,确定所述级别为第一级;
当所述发送方为预设用户时,确定所述级别为第二级;
当所述发送方为其他普通用户时,确定所述级别为第三级。
可选的,所述级别获取模块用于:
根据所述新信息中所携带的级别指示信息,确定所述新信息的级别。
根据本发明实施例的第三方面,提供一种终端,包括:第二方面所述的信息显示装置。
根据本发明实施例的第四方面,提供一种计算机存储介质,其中,该计算机存储介质可存储有程序,该程序执行时可实现本发明第一方面提供的信息显示方法的各实现方式中的部分或全部步骤。
本发明的实施例提供的技术方案可以包括以下有益效果:
在本发明实施例中,为信息赋予了级别,当终端设备接收到一条新信息后,不再直接进行显示,而是基于信息级别及信息显示窗口的状态来确定显示方式,其中显示 方式可以包括直接显示、排队等候以及丢弃。例如,对于优先级最高的信息,如用户自己发送的信息,则会直接显示,对于优先级较高的信息,如明星\嘉宾发送的或***广播的信息,则会排队等待,最终也会显示,但对于其他普通用户发送的信息,则可能会做丢弃处理。这样就在确保重要信息可以被显示的同时,滤除了一些非重要的信息,整体上减少了需要显示的信息的数量,从而避免信息的显示占用较多的***资源,减轻了终端设备的处理压力。
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本发明。
附图说明
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本发明的实施例,并与说明书一起用于解释本发明的原理。
图1是根据一示例性实施例示出的一种信息显示方法的流程图;
图2是根据一示例性实施例示出的一种信息显示方法的流程图;
图3是根据一示例性实施例示出的一种信息显示方法的流程图;
图4是根据一示例性实施例示出的信息接收示意图;
图5是根据一示例性实施例示出的信息显示窗口示意图;
图6是根据一示例性实施例示出的一种信息显示装置的框图;
图7是根据一示例性实施例示出的一种信息显示装置的框图;
图8是根据一示例性实施例示出的一种信息显示装置的框图;
图9是根据一示例性实施例示出的一种用于信息显示的装置的框图。
具体实施方式
这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本发明相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本发明的一些方面相一致的装置和方法的例子。
图1是根据一示例性实施例示出的一种信息显示方法的流程图。该方法可用于手机、平板电脑等终端设备。
参见图1所示,该方法可以包括:
步骤S101,接收新信息。
以手机为例,用户可以使用手机上的某款视频播放APP观看视频如直播节目,在观看期间可以参与聊天互动,在聊天过程中,收到一条新信息。
步骤S102,获取所述新信息的级别。
例如,级别可以分为第一级、第二级和第三级,对应的优先级逐渐降低。对于如何获取新信息的级别本实施例并不进行限制,例如可以根据信息的来源确定级别,也可以根据信息自身所携带的特征确定级别,等等。
步骤S103,获取信息显示窗口当前的状态。
例如,信息显示窗口的状态可以是缓冲池的状态。因为有时终端设备会在短时间内收到太多的信息,无法全都及时显示,所以通常都会为信息显示窗口设置一个缓冲池,收到的信息先进入缓冲池,然后再显示在窗口中。在现有技术中,只要是收到的信息,终端设备都会进行显示,即使缓冲池已满,也会对信息进行缓存以便最终显示。而在本实施例中,会按照级别对信息进行区分,当缓冲池已满时,一些非重要的信息可以直接丢弃。
另外需要指出的是,以上三个步骤的顺序,除了有S102必须在S101之后的限制外,并无其他限制,图1仅仅是一个示例,而在其他实施例中,例如也可以先获取信息显示窗口当前的状态,再接收一条新信息,等等。
步骤S104,根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃。
在本实施例或本发明其他某些实施例中,所述级别包括第一级、第二级和第三级;所述信息显示窗口当前的状态包括所述信息显示窗口的缓冲池的状态;此时参见图2所示,所述根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式,可以包括:
步骤S201,判断所述级别是否是第一级。如果是第一级则进入步骤S202,如果 不是第一级则进入步骤S203。
步骤S202,在信息显示窗口中直接显示所述新信息。
步骤S203,判断缓冲池是否已满。如果缓冲池未满,则进入步骤S204,如果缓冲池已满,则进入步骤S205。
步骤S204,将所述新信息加入到所述缓冲池。缓冲池可包含一个消息队列,通过在队列中排队新信息最终可得以显示。
步骤S205,判断所述级别是否是第二级。如果是第二级,则进入步骤S206,如果不是第二级(也即是第三级),则进入步骤S207。
步骤S206,等待至所述缓冲池有空余。然后再将所述新信息加入到缓冲池,以便新信息最终得以显示。
步骤S207,丢弃所述新信息。
参见图3所示,在本实施例或本发明其他某些实施例中,所述获取所述新信息的级别,包括:
步骤S301,获取所述新信息的发送方。
步骤S302,根据所述发送方确定所述新信息的级别。
作为示例可参见图4,在图4中,401为当前用户的手机,402为直播节目的嘉宾的手机,403为节目提供方的服务器,404~406为其他普通用户的手机,手机401在播放该直播节目时可能会收到来自嘉宾以及其他用户的针对该节目的发言讨论信息(当然严格来讲这些信息通常是服务器转发的),还会收到服务器的广播信息如“本节目将于X日X时重播”等,手机401可以根据各信息的发送方的不同,来对各信息进行级别的区分。
在本实施例或本发明其他某些实施例中,所述根据所述发送方确定所述新信息的级别,可以包括:
当所述发送方为当前用户自身时,确定所述级别为第一级;
当所述发送方为预设用户时,确定所述级别为第二级;
当所述发送方为其他普通用户时,确定所述级别为第三级。
作为示例,预设用户可以是主持人、嘉宾、明星等重要的用户,也可以为***自 身,例如***所发送的广播消息可以认为是级别为第二级的消息。
作为示例可参见图5所示,在图5中,501为信息显示窗口,当前用户可以在该窗口中看到自己的发言,也可以看到其他用户如嘉宾的发言。
在本实施例或本发明其他某些实施例中,所述获取所述新信息的级别,可以包括:
根据所述新信息中所携带的级别指示信息,确定所述新信息的级别。
换句话说,除了根据信息来源之外,也可以根据信息自身所含有的指示来确定信息的级别,例如信息中可以含有一个字段,该字段的值的不同代表了该信息的级别的不同。
在本实施例中,为信息赋予了级别,当终端设备接收到一条新信息后,不再直接进行显示,而是基于信息级别及信息显示窗口的状态来确定显示方式,其中显示方式可以包括直接显示、排队等候以及丢弃。例如,对于优先级最高的信息,如用户自己发送的信息,则会直接显示,对于优先级较高的信息,如明星\嘉宾发送的或***广播的信息,则会排队等待,最终也会显示,但对于其他普通用户发送的信息,则可能会做丢弃处理。这样就在确保重要信息可以被显示的同时,滤除了一些非重要的信息,整体上减少了需要显示的信息的数量,从而避免信息的显示占用较多的***资源,减轻了终端设备的处理压力。
下述为本发明装置实施例,可以用于执行本发明方法实施例。对于本发明装置实施例中未披露的细节,请参照本发明方法实施例。
图6是根据一示例性实施例示出的一种信息显示装置的框图。该装置可用于手机、平板电脑等终端设备。
参见图6所示,该装置可以包括:
信息接收模块601,用于接收新信息。
以手机为例,用户可以使用手机上的某款视频播放APP观看视频如直播节目,在观看期间可以参与聊天互动,在聊天过程中,收到一条新信息。
级别获取模块602,用于获取所述新信息的级别。
例如,级别可以分为第一级、第二级和第三级,对应的优先级逐渐降低。对于如何获取新信息的级别本实施例并不进行限制,例如可以根据信息的来源确定级别,也 可以根据信息自身所携带的特征确定级别,等等。
状态获取模块603,用于获取信息显示窗口当前的状态。
例如,信息显示窗口的状态可以是缓冲池的状态。因为有时终端设备会在短时间内收到太多的信息,无法全都及时显示,所以通常都会为信息显示窗口设置一个缓冲池,收到的信息先进入缓冲池,然后再显示在窗口中。在现有技术中,只要是收到的信息,终端设备都会进行显示,即使缓冲池已满,也会对信息进行缓存以便最终显示。而在本实施例中,会按照级别对信息进行区分,当缓冲池已满时,一些非重要的信息可以直接丢弃。
显示模块604,用于根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃。
在本实施例或本发明其他某些实施例中,所述级别包括第一级、第二级和第三级;所述信息显示窗口当前的状态包括所述信息显示窗口的缓冲池的状态;
此时参见图7所示,所述显示模块604可以包括:
第一显示子模块701,用于当所级别为第一级时,在信息显示窗口中直接显示所述新信息。
第二显示子模块702,用于当所述级别为第二级时,如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,如果所述缓冲池已满,则等待至所述缓冲池有空余。
第三显示子模块703,用于当所述级别为第三级时,如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,如果所述缓冲池已满,则丢弃所述新信息。
参见图8所示,在本实施例或本发明其他某些实施例中,所述级别获取模块602可以包括:
发送方获取子模块801,用于获取所述新信息的发送方。
级别确定子模块802,用于根据所述发送方确定所述新信息的级别。
作为示例可参见图4,在图4中,401为当前用户的手机,402为直播节目的嘉宾的手机,403为节目提供方的服务器,404~406为其他普通用户的手机,手机401在播放该直播节目时可能会收到来自嘉宾以及其他用户的针对该节目的发言讨论信息(当然严格来讲这些信息通常是服务器转发的),还会收到服务器的广播信息如“本 节目将于X日X时重播”等,手机401可以根据各信息的发送方的不同,来对各信息进行级别的区分。
在本实施例或本发明其他某些实施例中,所述级别确定子模块802用于:
当所述发送方为当前用户自身时,确定所述级别为第一级;
当所述发送方为预设用户时,确定所述级别为第二级;
当所述发送方为其他普通用户时,确定所述级别为第三级。
作为示例,预设用户可以是主持人、嘉宾、明星等重要的用户,也可以为***自身,例如***所发送的广播消息可以认为是级别为第二级的消息。
作为示例可参见图5所示,在图5中,501为信息显示窗口,当前用户可以在该窗口中看到自己的发言,也可以看到其他用户如嘉宾的发言。
在本实施例或本发明其他某些实施例中,所述级别获取模块602用于:
根据所述新信息中所携带的级别指示信息,确定所述新信息的级别。
换句话说,除了根据信息来源之外,也可以根据信息自身所含有的指示来确定信息的级别,例如信息中可以含有一个字段,该字段的值的不同代表了该信息的级别的不同。
在本实施例中,为信息赋予了级别,当终端设备接收到一条新信息后,不再直接进行显示,而是基于信息级别及信息显示窗口的状态来确定显示方式,其中显示方式可以包括直接显示、排队等候以及丢弃。例如,对于优先级最高的信息,如用户自己发送的信息,则会直接显示,对于优先级较高的信息,如明星\嘉宾发送的或***广播的信息,则会排队等待,最终也会显示,但对于其他普通用户发送的信息,则可能会做丢弃处理。这样就在确保重要信息可以被显示的同时,滤除了一些非重要的信息,整体上减少了需要显示的信息的数量,从而避免信息的显示占用较多的***资源,减轻了终端设备的处理压力。
关于上述实施例中的装置,其中各个模块执行操作的具体方式已经在有关该方法的实施例中进行了详细描述,此处将不做详细阐述说明。
需要说明的是,本发明实施例还提供了一种终端,包括图6至图8所示实施例提供的信息显示装置。
图9是根据一示例性实施例示出的一种用于信息显示的装置的框图。该装置即图中所示的装置900,该装置900例如可以是移动电话,计算机,数字广播终端,消息收发设备,游戏控制台,平板设备,医疗设备,健身设备,个人数字助理等。
参照图9,装置900可以包括以下一个或多个组件:处理组件902,存储器904,电源组件906,多媒体组件908,音频组件910,输入/输出(I/O)的接口912,传感器组件914,以及通信组件916。
处理组件902通常控制装置900的整体操作,诸如与显示,电话呼叫,数据通信,相机操作和记录操作相关联的操作。处理组件902可以包括一个或多个处理器920来执行指令,以完成上述的方法的全部或部分步骤。此外,处理组件902可以包括一个或多个模块,便于处理组件902和其他组件之间的交互。例如,处理组件902可以包括多媒体模块,以方便多媒体组件908和处理组件902之间的交互。
存储器904被配置为存储各种类型的数据以支持在设备900的操作。这些数据的示例包括用于在装置900上操作的任何应用程序或方法的指令,联系人数据,电话簿数据,消息,图片,视频等。存储器904可以由任何类型的易失性或非易失性存储设备或者它们的组合实现,如静态随机存取存储器(SRAM),电可擦除可编程只读存储器(EEPROM),可擦除可编程只读存储器(EPROM),可编程只读存储器(PROM),只读存储器(ROM),磁存储器,快闪存储器,磁盘或光盘。
电源组件906为装置900的各种组件提供电力。电源组件906可以包括电源管理***,一个或多个电源,及其他与为装置900生成、管理和分配电力相关联的组件。
多媒体组件908包括在所述装置900和用户之间的提供一个输出接口的屏幕。在一些实施例中,屏幕可以包括液晶显示器(LCD)和触摸面板(TP)。如果屏幕包括触摸面板,屏幕可以被实现为触摸屏,以接收来自用户的输入信号。触摸面板包括一个或多个触摸传感器以感测触摸、滑动和触摸面板上的手势。所述触摸传感器可以不仅感测触摸或滑动动作的边界,而且还检测与所述触摸或滑动操作相关的持续时间和压力。在一些实施例中,多媒体组件908包括一个前置摄像头和/或后置摄像头。当装置900处于操作模式,如拍摄模式或视频模式时,前置摄像头和/或后置摄像头可以接收外部的多媒体数据。每个前置摄像头和后置摄像头可以是一个固定的光学透镜***或具有焦距和光学变焦能力。
音频组件910被配置为输出和/或输入音频信号。例如,音频组件910包括一个麦克风(MIC),当装置900处于操作模式,如呼叫模式、记录模式和语音识别模式时, 麦克风被配置为接收外部音频信号。所接收的音频信号可以被进一步存储在存储器904或经由通信组件916发送。在一些实施例中,音频组件910还包括一个扬声器,用于输出音频信号。
I/O接口912为处理组件902和***接口模块之间提供接口,上述***接口模块可以是键盘,点击轮,按钮等。这些按钮可包括但不限于:主页按钮、音量按钮、启动按钮和锁定按钮。
传感器组件914包括一个或多个传感器,用于为装置900提供各个方面的状态评估。例如,传感器组件914可以检测到设备900的打开/关闭状态,组件的相对定位,例如所述组件为装置900的显示器和小键盘,传感器组件914还可以检测装置900或装置900一个组件的位置改变,用户与装置900接触的存在或不存在,装置900方位或加速/减速和装置900的温度变化。传感器组件914可以包括接近传感器,被配置用来在没有任何的物理接触时检测附近物体的存在。传感器组件914还可以包括光传感器,如CMOS或CCD图像传感器,用于在成像应用中使用。在一些实施例中,该传感器组件914还可以包括加速度传感器,陀螺仪传感器,磁传感器,压力传感器或温度传感器。
通信组件916被配置为便于装置900和其他设备之间有线或无线方式的通信。装置900可以接入基于通信标准的无线网络,如WiFi,2G或3G,或它们的组合。在一个示例性实施例中,通信组件916经由广播信道接收来自外部广播管理***的广播信号或广播相关信息。在一个示例性实施例中,所述通信组件916还包括近场通信(NFC)模块,以促进短程通信。例如,在NFC模块可基于射频识别(RFID)技术,红外数据协会(IrDA)技术,超宽带(UWB)技术,蓝牙(BT)技术和其他技术来实现。
在示例性实施例中,装置900可以被一个或多个应用专用集成电路(ASIC)、数字信号处理器(DSP)、数字信号处理设备(DSPD)、可编程逻辑器件(PLD)、现场可编程门阵列(FPGA)、控制器、微控制器、微处理器或其他电子元件实现,用于执行终端侧的上述方法。
此外,本发明实施例还提供一种计算机存储介质,其中,该计算机存储介质可存储有程序,该程序执行时可实现图1至图5所示实施例提供的信息显示方法的各实现方式中的部分或全部步骤。
本领域技术人员在考虑说明书及实践这里公开的发明后,将容易想到本发明的其它实施方案。本申请旨在涵盖本发明的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本发明的一般性原理并包括本发明未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本发明的真正范围和精神由所附的权利要求指出。
应当理解的是,本发明并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围进行各种修改和改变。本发明的范围仅由所附的权利要求来限制。

Claims (10)

  1. 一种信息显示方法,其特征在于,所述方法包括:
    接收新信息;
    获取所述新信息的级别;
    获取信息显示窗口当前的状态;
    根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃。
  2. 根据权利要求1所述的方法,其特征在于,所述级别包括第一级、第二级和第三级;所述信息显示窗口当前的状态包括所述信息显示窗口的缓冲池的状态;
    所述根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式,包括:
    如果所述级别为第一级,则在信息显示窗口中直接显示所述新信息;
    如果所述级别为第二级或第三级,则:
    判断所述缓冲池是否已满,
    如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,
    如果所述缓冲池已满且所述级别为第二级,则等待至所述缓冲池有空余,
    如果所述缓冲池已满且所述级别为第三级,则丢弃所述新信息。
  3. 根据权利要求1所述的方法,其特征在于,所述获取所述新信息的级别,包括:
    获取所述新信息的发送方;
    根据所述发送方确定所述新信息的级别。
  4. 根据权利要求3所述的方法,其特征在于,所述根据所述发送方确定所述新信息的级别,包括:
    当所述发送方为当前用户自身时,确定所述级别为第一级;
    当所述发送方为预设用户时,确定所述级别为第二级;
    当所述发送方为其他普通用户时,确定所述级别为第三级。
  5. 根据权利要求1所述的方法,其特征在于,所述获取所述新信息的级别,包括:
    根据所述新信息中所携带的级别指示信息,确定所述新信息的级别。
  6. 一种信息显示装置,其特征在于,所述装置包括:
    信息接收模块,用于接收新信息;
    级别获取模块,用于获取所述新信息的级别;
    状态获取模块,用于获取信息显示窗口当前的状态;
    显示模块,用于根据所述新信息的级别和所述信息显示窗口当前的状态,确定所述新信息的显示方式以显示所述新信息,其中所述显示方式包括直接显示、排队等候以及丢弃。
  7. 根据权利要求6所述的装置,其特征在于,所述级别包括第一级、第二级和第三级;所述信息显示窗口当前的状态包括所述信息显示窗口的缓冲池的状态;
    所述显示模块包括:
    第一显示子模块,用于当所级别为第一级时,在信息显示窗口中直接显示所述新信息;
    第二显示子模块,用于当所述级别为第二级时,如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,如果所述缓冲池已满,则等待至所述缓冲池有空余;
    第三显示子模块,用于当所述级别为第三级时,如果所述缓冲池未满,则将所述新信息加入到所述缓冲池,如果所述缓冲池已满,则丢弃所述新信息。
  8. 根据权利要求6所述的装置,其特征在于,所述级别获取模块包括:
    发送方获取子模块,用于获取所述新信息的发送方;
    级别确定子模块,用于根据所述发送方确定所述新信息的级别。
  9. 根据权利要求8所述的装置,其特征在于,所述级别确定子模块用于:
    当所述发送方为当前用户自身时,确定所述级别为第一级;
    当所述发送方为预设用户时,确定所述级别为第二级;
    当所述发送方为其他普通用户时,确定所述级别为第三级。
  10. 根据权利要求6所述的装置,其特征在于,所述级别获取模块用于:
    根据所述新信息中所携带的级别指示信息,确定所述新信息的级别。
PCT/CN2016/089282 2015-12-15 2016-07-07 一种信息显示方法及装置 WO2017101397A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/241,635 US20170171376A1 (en) 2015-12-15 2016-08-19 Method and electronic device for displaying information

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510938147.XA CN105868247A (zh) 2015-12-15 2015-12-15 一种信息显示方法及装置
CN201510938147.X 2015-12-15

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/241,635 Continuation US20170171376A1 (en) 2015-12-15 2016-08-19 Method and electronic device for displaying information

Publications (1)

Publication Number Publication Date
WO2017101397A1 true WO2017101397A1 (zh) 2017-06-22

Family

ID=56623727

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/089282 WO2017101397A1 (zh) 2015-12-15 2016-07-07 一种信息显示方法及装置

Country Status (2)

Country Link
CN (1) CN105868247A (zh)
WO (1) WO2017101397A1 (zh)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106412340A (zh) * 2016-11-30 2017-02-15 北京奇虎科技有限公司 移动终端通知信息的处理方法、装置和移动终端
CN108174305B (zh) * 2016-12-07 2019-03-12 北京云中融信网络科技有限公司 直播聊天室的消息处理方法及装置
CN108173897B (zh) * 2016-12-07 2020-09-08 北京云中融信网络科技有限公司 请求消息处理方法及装置
CN106792034A (zh) * 2017-02-10 2017-05-31 深圳创维-Rgb电子有限公司 基于移动终端进行直播的方法及移动终端
CN108415780A (zh) * 2018-01-25 2018-08-17 阿里巴巴集团控股有限公司 一种信息展示方法和装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100262928A1 (en) * 2009-04-10 2010-10-14 Cellco Partnership D/B/A Verizon Wireless Smart object based gui for touch input devices
CN104506715A (zh) * 2014-12-05 2015-04-08 小米科技有限责任公司 通知消息显示方法及装置
CN104571787A (zh) * 2013-10-25 2015-04-29 腾讯科技(深圳)有限公司 一种消息显示方法和通信终端
CN104735548A (zh) * 2015-02-28 2015-06-24 小米科技有限责任公司 事件提示方法和装置
CN105099884A (zh) * 2015-07-13 2015-11-25 小米科技有限责任公司 即时通讯消息的呈现方法及装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100484105C (zh) * 2006-01-12 2009-04-29 华为技术有限公司 一种即时消息***和消息处理方法
CN101674372A (zh) * 2009-10-15 2010-03-17 中兴通讯股份有限公司 移动终端及其消息显示方法
CN103684983A (zh) * 2012-09-24 2014-03-26 华为技术有限公司 消息处理方法及装置
CN103607659A (zh) * 2013-11-25 2014-02-26 小米科技有限责任公司 在智能显示设备上显示节目评论的方法、装置及服务器
CN104539980A (zh) * 2014-12-29 2015-04-22 康佳集团股份有限公司 电视机上的在线视频弹幕点评方法及其装置
CN104602131A (zh) * 2015-02-16 2015-05-06 腾讯科技(北京)有限公司 一种弹幕处理方法及***

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100262928A1 (en) * 2009-04-10 2010-10-14 Cellco Partnership D/B/A Verizon Wireless Smart object based gui for touch input devices
CN104571787A (zh) * 2013-10-25 2015-04-29 腾讯科技(深圳)有限公司 一种消息显示方法和通信终端
CN104506715A (zh) * 2014-12-05 2015-04-08 小米科技有限责任公司 通知消息显示方法及装置
CN104735548A (zh) * 2015-02-28 2015-06-24 小米科技有限责任公司 事件提示方法和装置
CN105099884A (zh) * 2015-07-13 2015-11-25 小米科技有限责任公司 即时通讯消息的呈现方法及装置

Also Published As

Publication number Publication date
CN105868247A (zh) 2016-08-17

Similar Documents

Publication Publication Date Title
EP3188066B1 (en) A method and an apparatus for managing an application
US9661390B2 (en) Method, server, and user terminal for sharing video information
WO2017201860A1 (zh) 视频直播方法及装置
EP3276976A1 (en) Method, apparatus, host terminal, server and system for processing live broadcasting information
US9667774B2 (en) Methods and devices for sending virtual information card
WO2017031875A1 (zh) 在聊天界面更改表情符号的方法、装置及终端设备
WO2018058728A1 (zh) 一种内容分享的方法及装置
EP2928169B1 (en) Method for voice calling, method for voice playing and devices thereof
WO2017000490A1 (zh) 报警方法及装置
WO2016192323A1 (zh) 视频通信方法及装置
WO2017101397A1 (zh) 一种信息显示方法及装置
WO2015188588A1 (zh) 应用程序的删除提示方法和装置
WO2017092127A1 (zh) 视频归类方法及装置
WO2017185569A1 (zh) 内存清理方法及装置、电子设备
WO2019095140A1 (zh) 剩余关键***信息的公共控制资源集合的周期信息指示方法
WO2017045307A1 (zh) 接听扩展功能显示方法及装置
US20170055221A1 (en) Method and apparatus for starting energy saving mode
WO2017088247A1 (zh) 输入处理方法、装置及设备
WO2016197547A1 (zh) 通话界面显示方法及装置
EP3147802B1 (en) Method and apparatus for processing information
WO2016015403A1 (zh) 一种接入wi-fi网络的方法及装置
WO2016078394A1 (zh) 一种提醒语音通话的方法及装置
WO2016173246A1 (zh) 基于云名片的电话呼叫方法及装置
WO2016061927A1 (zh) 描述信息的显示方法及装置、电子设备
US20180035154A1 (en) Method, Apparatus, and Storage Medium for Sharing Video

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16874459

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16874459

Country of ref document: EP

Kind code of ref document: A1