CN106201543B - Display method of notification message in intelligent device and intelligent device - Google Patents

Display method of notification message in intelligent device and intelligent device Download PDF

Info

Publication number
CN106201543B
CN106201543B CN201610574459.1A CN201610574459A CN106201543B CN 106201543 B CN106201543 B CN 106201543B CN 201610574459 A CN201610574459 A CN 201610574459A CN 106201543 B CN106201543 B CN 106201543B
Authority
CN
China
Prior art keywords
notification message
message
time
display time
notification
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201610574459.1A
Other languages
Chinese (zh)
Other versions
CN106201543A (en
Inventor
惠龙云
刘承龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hisense Visual Technology Co Ltd
Original Assignee
Hisense Electric Co Ltd
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 Hisense Electric Co Ltd filed Critical Hisense Electric Co Ltd
Priority to CN201610574459.1A priority Critical patent/CN106201543B/en
Publication of CN106201543A publication Critical patent/CN106201543A/en
Application granted granted Critical
Publication of CN106201543B publication Critical patent/CN106201543B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses a display method of a notification message in intelligent equipment and the intelligent equipment, and belongs to the field of intelligent equipment. The method comprises the following steps: the intelligent equipment acquires a message queue, wherein the message queue records the identifier of each notification message in at least one notification message and the display time of each notification message; detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold range; and when the time difference between the display time of the first notification message and the current time is within the preset threshold range, displaying the first notification message. The intelligent device can detect the display time of each notification message recorded in the acquired message queue in real time in the running process, and can display the first notification message in time when the first notification message meeting the conditions is detected, so that the real-time performance of the display of the notification messages is improved. The invention is used for displaying the notification message.

Description

Display method of notification message in intelligent device and intelligent device
Technical Field
The invention relates to the field of intelligent equipment, in particular to a method for displaying a notification message in the intelligent equipment and the intelligent equipment.
Background
With the development of science and technology, more and more intelligent devices such as intelligent air conditioners, intelligent refrigerators and intelligent televisions enter the lives of people.
In the related art, for system functions that can be provided by the smart device and application functions that can be provided by an application program installed in the smart device, the smart device may detect current time and the number of times of use of each function when the smart device is started, and when the number of times of use of a certain function after the smart device is started for the first time (that is, the smart device is started for the first time after leaving a factory) is less than a threshold number of times and the time from the current time to the first start of the smart device is greater than a preset time difference threshold, the smart device may determine that a notification message corresponding to the function satisfies a display condition, and display the notification message for prompting a user to use the function. For example, if the smart television can provide a function of registering a user account, the time threshold is one time, and the preset time difference threshold is five days, after the smart television is started for a certain time, it is detected that the user has not registered the user account, and the current time is longer than five days from the time of first startup, the smart television may display a notification message for prompting the user to register the user account.
However, as the number of functions that can be provided by the smart device increases, if the notification message corresponding to each function satisfies the display condition, the notification message occupies more memory resources in the smart device, and affects normal operation of the smart device.
Disclosure of Invention
The invention provides a method for displaying a notification message in intelligent equipment and the intelligent equipment, aiming at solving the problem of low display real-time performance of the notification message in the related art. The technical scheme is as follows:
in one aspect, a method for displaying a notification message in an intelligent device is provided, where the method includes:
the method comprises the steps that intelligent equipment obtains a message queue, wherein the message queue records the identification of each notification message in at least one notification message and the display time of each notification message, the display time of the ith notification message is used for indicating the time for displaying the ith notification message, and each notification message is used for prompting a user about a function which can be provided by the intelligent equipment;
detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold range;
and when the time difference between the display time of the first notification message and the current time is within a preset threshold range, displaying the first notification message.
In another aspect, a smart device is provided, the smart device comprising:
a first obtaining unit, configured to obtain a message queue, where the message queue records an identifier of each notification message in at least one notification message and a display time of each notification message, where the display time of an ith notification message is used to indicate a time for displaying the ith notification message, and each notification message is used to prompt a user of a function that can be provided by the smart device;
the first detection unit is used for detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold range or not;
the display unit is used for displaying the first notification message when the time difference between the display time of the first notification message and the current time is within a preset threshold range.
The technical scheme provided by the invention has the beneficial effects that:
the invention provides a display method of notification messages in intelligent equipment and the intelligent equipment, after the intelligent equipment is started, a message queue in which identification of the notification messages and display time of each notification message are recorded can be obtained, the intelligent equipment can detect the display time of each notification message recorded in the message queue in real time in the running process, and when a first notification message meeting conditions is detected, the first notification message can be displayed in time, so that the real-time performance of the display of the notification messages is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for displaying a notification message in an intelligent device according to an embodiment of the present invention;
fig. 2-1 is a flowchart of another method for displaying a notification message in an intelligent device according to an embodiment of the present invention;
fig. 2-2 is an interface diagram of a smart device displaying a notification message according to an embodiment of the present invention;
fig. 3-1 is a schematic structural diagram of a display intelligent device for a notification message in an intelligent device according to an embodiment of the present invention;
fig. 3-2 is a schematic structural diagram of another intelligent device for displaying a notification message in the intelligent device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Fig. 1 is a flowchart of a method for displaying a notification message in an intelligent device according to an embodiment of the present invention, and as shown in fig. 1, the method may include:
step 101, the intelligent device obtains a message queue, and the message queue records an identifier of each notification message in at least one notification message and a display time of each notification message.
The display time of the ith notification message is used for indicating the time for displaying the ith notification message, and each notification message is used for prompting a user about a function which can be provided by the intelligent device.
Step 102, detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold range.
And 103, displaying the first notification message when the time difference between the display time of the first notification message and the current time is within a preset threshold range.
In summary, the present invention provides a method for displaying notification messages in an intelligent device, by which the intelligent device can detect, in real time, a display time of each notification message recorded in a message queue during an operation process, and when a first notification message satisfying a condition is detected, the first notification message can be displayed in time, so that the real-time performance of displaying the notification message is improved.
Fig. 2-1 is a flowchart of a method for displaying a notification message in an intelligent device according to an embodiment of the present invention, and as shown in fig. 2-1, the method may include:
step 201, when the intelligent device is started for the first time, acquiring an identifier of each notification message in at least one notification message and display time of each notification message.
Each notification message is used for prompting a user about a function which can be provided by the intelligent device, and the display time of the ith notification message is used for indicating the time for displaying the ith notification message. In the embodiment of the present invention, when the intelligent device is first started after leaving the factory, for a system function in the intelligent device and an application function of an application program installed in the intelligent device, the intelligent device may obtain an identifier of a notification message corresponding to each function and a display time of each notification message, where the display time of each notification message may be a timestamp determined by adding the first start time of the intelligent device to a preset time difference of the notification message, or may be a remaining display time determined by the intelligent device according to the preset time difference, that is, the intelligent device may further record the remaining display time of the notification message in a countdown manner. Wherein the preset time difference of each notification message is set before the intelligent device leaves the factory.
Specifically, in practical applications, the intelligent device may be provided with a control service management module, and after the intelligent device is started for the first Time, if a corresponding notification message needs to be prompted to the user in each function, the execution module corresponding to the function may send a message display parameter to the control service management module, where the message display parameter may include parameters such as an identifier (tokens) of the notification message and a display Time (Time List) specified by each notification message. For example, assuming that the smart device can provide a function of registering a user account, an identifier of a notification message corresponding to the function is a, a time when the smart device is first started is 2016, 6 and 2 months, 19 th click (a timestamp is 1464865200), and a preset time difference of the notification message a in the smart device is 5 days, the smart device may determine that a display time of the notification message a is 2016, 6 and 7 months, 19 th click according to the first start time and the preset time difference, and a timestamp corresponding to the display time is 1465297200. In addition, the intelligent device can also directly compare the preset time difference: 5 days as the remaining display time of the notification message a.
Step 202, recording the identification of each notification message in the at least one notification message and the display time of each notification message in a message queue.
In order to facilitate centralized management of display of the notification messages, the smart device may record, in the message queue, an identifier of the acquired at least one notification message and a display time of each notification message. Specifically, the control service module may analyze each Message display parameter after receiving the plurality of Message display parameters, and record the analyzed parameter in a Message Queue (english: Message Queue).
For example, after the smart device records the identifier of each notification message in the at least one acquired notification message and the display time of each notification message in a message queue, the message queue may be as shown in table 1.
TABLE 1
Identification of notification messages Displaying time
A 1465297200
B 1465308000
C 1465394400
As can be seen by referring to table 1, the intelligent device may sort the plurality of notification messages according to the sequence of the display time, so as to quickly find the notification message to be displayed.
On the other hand, if the display time of each notification message acquired by the smart device is the preset time difference of the notification message, that is, the remaining display time of the notification message is acquired, the message queue may also be as shown in table 2. Wherein the remaining display time of the notification message a is 125 hours, the remaining display time of the notification message B is 128 hours, and the display time in the message queue is changed in real time when the smart device records the display time of each notification message in a countdown manner.
TABLE 2
Identification of notification messages Remaining display time
A 125 hours 0 min 0 s
B 128 hours 0 minutes 0 seconds
C 146 hours 0 minutes 0 seconds
Step 203, the intelligent device acquires a message queue.
After the intelligent device is started for the first time to generate the message queue, the intelligent device can directly acquire the message queue when being started every time. For example, a message queue as shown in table 1 or table 2 is obtained.
And 204, when detecting that the number of times that the intelligent device starts the function indicated by the second notification message is greater than a preset number threshold, or when detecting that the function indicated by the second notification message cannot be started, deleting the identifier of the second notification message and the display time of the second notification message, which are recorded in the message queue.
After the intelligent device is started and before the second notification message is displayed, if the fact that the number of times that the intelligent device starts the function indicated by the second notification message is larger than a preset number threshold value is detected, the intelligent device can determine that the user knows about the function and the using method of the function, the function does not need to be prompted to the user through the second notification message, and therefore the identification of the second notification message and the display time of the second notification message recorded in the message queue can be deleted. Alternatively, when the smart device detects that the function indicated by the second notification message cannot be started, for example, the function indicated by the second notification message is disabled or the application providing the function is uninstalled, the smart device may delete the identifier of the second notification message and the display time of the second notification message recorded in the message queue.
For example, assuming that the preset time threshold is one time for the function of registering the user account provided by the smart device, if the smart device detects that the user registers the user account after being started for the second time, the smart device may determine that the user has known and used the function of registering the user account, and therefore, the smart device does not need to prompt the user with the second notification message a, and at this time, the smart device may delete the identifier a of the second notification message corresponding to the function in table 1 or table 2 and the display time of the second notification message a.
It should be noted that, in practical applications, the preset time threshold is preferably one time, and when the preset time threshold is greater than one time, the smart device may further record and update the number of times that the smart device starts the function indicated by each notification message in the message queue in real time.
Step 205, detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold range.
In the running process of the intelligent device, the display time in the message queue can be detected in real time or periodically, and whether the time difference between the display time of each notification message and the current time is within the range of a preset threshold value or not is judged according to the current time. The time difference is the display time of the notification message-the current time, the preset threshold range may be [ -t, t ], and the unit of t may be seconds, that is, when the time difference is greater than or equal to-t and less than or equal to t, the smart device may determine that the time difference is within the preset threshold range, and t may be set according to an actual situation; in addition, the preset threshold range may also be a fixed value, for example, may be 0, that is, when the time difference is equal to 0, the smart device may determine that the time difference is within the preset threshold range. Since the notification messages in the message queue may be sorted according to the sequence of the display times, when detecting, if it is detected that the time difference between the display time of a certain notification message and the current time is not within the preset threshold range, the smart device may determine that, in the message queue, the time difference between the display time of the notification message arranged after the notification message and the current time should not be within the preset threshold range, and therefore, it is not necessary to detect the display time of the subsequent notification message any more, for example, for the message queue shown in table 1, if the preset threshold range is a fixed value 0, if the timestamp of the current time is 1465296200, when the smart device detects that the time difference between the display time 1465297200 of the notification message a and the current time is greater than the preset threshold 0, the smart device may determine that the notification message a does not satisfy the display condition, and because the notification messages B and C in the message queue are arranged behind the notification message A, the intelligent device can determine that the notification messages B and C do not meet the display condition without detecting the display time of the notification messages B and C, so that the detection efficiency of the intelligent device in detecting whether the notification messages meet the display condition can be improved.
Compared with the prior art, the method provided by the embodiment of the invention can monitor the notification messages meeting the display conditions in the message queue in real time in the running process of the intelligent equipment, so that the real-time performance of the notification message display is improved. In addition, when the intelligent device detects the notification messages corresponding to each function respectively, the current time needs to be acquired each time whether a certain notification message meets the display condition is detected, and in the embodiment of the invention, the intelligent device can detect whether each notification message in the message queue meets the display condition according to the current time only by acquiring the current time once, so that the detection process can be prevented from occupying excessive memory resources, and the detection efficiency is improved.
In addition, because a battery is not generally set in the intelligent device, and the time cannot be saved after the intelligent device is turned off, the current time acquired after the intelligent device is turned on each time may be wrong, and the intelligent device needs to acquire the correct current time through a network (the intelligent television can also acquire the correct current time through a television video stream). In the embodiment of the invention, the intelligent device can detect the notification messages meeting the display conditions in the message queue in real time in the running process, and the correctness of the current time acquired by the intelligent device can be ensured in the running process of the intelligent device, so that the effective display of the notification messages can be ensured.
Further, in the embodiment of the present invention, if the current time acquired after the intelligent device is started is less than the time of the first start of the intelligent device after the intelligent device leaves the factory, the intelligent device may further determine that the acquired current time is an error time, and ignore the current time, that is, the intelligent device may not detect the message queue according to the current time; if the current time acquired by the intelligent device is compared with the time of the last time and the jump occurs (that is, the time difference is greater than the preset threshold), the intelligent device may determine the time before the jump as the error time, and detect the message queue according to the time after the jump.
For example, it is assumed that for the message queue shown in table 1, if the preset threshold range is a fixed value 0, the smart device may detect in real time whether the display time of each notification message recorded in table 1 is equal to or less than the timestamp of the current time during the operation.
And step 206, when the time difference between the display time of the first notification message and the current time is within the preset threshold range, displaying the first notification message.
When the intelligent device detects that the time difference between the display time of the first notification message and the current time is within the preset threshold range, the first notification message can be determined to meet the display condition, and then the first notification message can be displayed on the display screen of the intelligent device. Specifically, the control service management module in the intelligent device may send a display instruction to an execution module (e.g., an application program) corresponding to the function indicated by the first notification message, and when the execution module corresponding to the function executes the notification message display logic according to the display instruction. When the smart device does not detect a notification message in the message queue whose time difference between the display time and the current time is within the preset threshold range, the smart device may determine that there is no notification message satisfying the display condition, and wait for the next detection operation to be performed.
For example, if the timestamp of the current time is 1465297200, since the display time of the notification message a in the message queue is also 1465297200, the smart device may determine that the time difference between the display time of the notification message a and the current time is 0, and the notification message satisfies the display condition, so the notification message a may be displayed. Alternatively, when the smart device detects that the timestamp of the current time is 1465309000, which is greater than the display time 1465297200 of the notification message a and greater than the display time 1465308000 of the notification message B in table 1, after the smart device is started, the smart device may determine that both the notification messages a and B satisfy the display condition, and display the notification messages a and B. For the message queue shown in table 2, when detecting that the remaining display time of a certain notification message is 0, the smart device may determine that the notification message satisfies the display condition, and display the notification message whose remaining display time is 0.
Fig. 2-2 is an interface diagram of an intelligent device displaying a notification message according to an embodiment of the present invention, and as shown in fig. 2-2, a notification message a 200 displayed by the intelligent device may be: the user account is registered to become a member, more wonderful services and the like. The notification message A can prompt the user to register the user account so that the user can know the functions provided by the intelligent device, and the intelligent device can provide services for the user better.
Step 207, detecting whether a response message for the first notification message is received.
After the smart device displays the first notification message, it may further continue to detect whether a response message for the first notification message is received, where the response message may be generated by a preset operation trigger of a user, and the response message may be used to indicate that the first notification message is deleted, that is, the first notification message is not repeatedly displayed. When the smart device receives a response message for the first notification message, step 208 may be performed; step 209 may be performed when a response message for the first notification message is not received.
For example, as shown in fig. 2-2, the first notification message a displayed by the smart device may further include two selection icons, "no more prompt" and "immediate registration", and when the user clicks the "no more prompt" icon by remote control, the smart device may generate a response message for instructing to delete the first notification message according to the clicking operation, and execute step 208; when the user selects to exit the notification message display interface or does nothing by remote control, the smart device may determine that a response message for the first notification message is not received and perform step 209.
And step 208, deleting the identifier of the first notification message and the display time of the first notification message recorded in the message queue.
And when a response message aiming at the first notification message is received, deleting the identification of the first notification message and the display time of the first notification message which are recorded in the message queue. For example, the smart device may delete the identification of notification message a in table 1 and the display time of the notification message a.
Step 209, resetting the display time of the first notification message recorded in the message queue according to the current time.
When a response message for the first notification message is not received, the smart device may determine that the first notification message needs to be redisplayed, and thus may reset the display time of the first notification message recorded in the message queue according to the current time. For the specific process of resetting the display time of the first notification message, reference may be made to step 202, which is not described again in this embodiment of the present invention. For example, assuming that the current time is 19 o 'clock at 6/7/2016 and the preset time difference of the notification message a is 5 days, the smart device may reset the display time of the notification message a to be the time obtained by adding the current time to the preset time difference, that is, the updated display time of the notification message a may be 19 o' clock at 12/6/2016 and the display time corresponds to the time stamp of 1465729200, and the updated message queue may be as shown in table 3. Since the updated display time of the notification message a is later, the display order of the notification message a in the message queue is also adjusted.
TABLE 3
Identification of notification messages Displaying time
B 1465308000
C 1465394400
A 1465729200
It should be noted that, the order of the steps of the method for displaying the notification message in the intelligent device provided by the embodiment of the present invention may be appropriately adjusted, and the steps may also be increased or decreased according to the situation. For example, step 207 and step 209 may be deleted according to the situation, that is, step 208 may be directly performed after step 206, and step 204 may also be performed after step 205. Any method that can be easily conceived by those skilled in the art within the technical scope of the present disclosure is covered by the protection scope of the present disclosure, and thus, the detailed description thereof is omitted.
In summary, the present invention provides a method for displaying notification messages in an intelligent device, by which the intelligent device can detect, in real time, a display time of each notification message recorded in a message queue during an operation process, and when a first notification message satisfying a condition is detected, the first notification message can be displayed in time, so that the real-time performance of displaying the notification message is improved.
Fig. 3-1 is a schematic structural diagram of an intelligent device according to an embodiment of the present invention, and as shown in fig. 3-1, the intelligent device may include:
a first obtaining unit 301, configured to obtain a message queue, where the message queue records an identifier of each notification message in at least one notification message and a display time of each notification message, where the display time of the ith notification message is used to indicate a time for displaying the ith notification message, and each notification message is used to prompt a user of a function that can be provided by the smart device.
A first detecting unit 302, configured to detect whether a time difference between a display time of each notification message in the message queue and a current time is within a preset threshold range.
A display unit 303, configured to display the first notification message when a time difference between a display time of the first notification message and a current time is within a preset threshold range.
In summary, the present invention provides an intelligent device, which can detect the display time of each notification message recorded in the message queue in real time during the operation process, and when a first notification message meeting a condition is detected, the first notification message can be displayed in time, so that the real-time performance of the display of the notification message is improved.
Fig. 3-2 is a schematic structural diagram of another smart device according to an embodiment of the present invention, and as shown in fig. 3-2, the smart device may include:
a first obtaining unit 301, configured to obtain a message queue, where the message queue records an identifier of each notification message in at least one notification message and a display time of each notification message, where the display time of the ith notification message is used to indicate a time for displaying the ith notification message, and each notification message is used to prompt a user of a function that can be provided by the smart device.
A first detecting unit 302, configured to detect whether a time difference between a display time of each notification message in the message queue and a current time is within a preset threshold range.
A display unit 303, configured to display the first notification message when a time difference between a display time of the first notification message and a current time is within a preset threshold range.
A second obtaining unit 304, configured to obtain, when the smart device is first started, an identifier of the at least one notification message and a display time of each notification message.
A recording unit 305, configured to record the identifier of each notification message in the at least one notification message and the display time of each notification message in the message queue.
Optionally, referring to fig. 3-2, the smart device may further include:
a first deleting unit 306, configured to delete the identifier of the first notification message and the display time of the first notification message recorded in the message queue.
A second detecting unit 307, configured to detect whether a response message to the first notification message is received, where the response message is used to indicate that the first notification message is deleted.
A second deleting unit 308, configured to delete, when a response message for the first notification message is received, the identifier of the first notification message and the display time of the first notification message recorded in the message queue.
An updating unit 309, configured to reset the display time of the first notification message recorded in the message queue according to the current time when a response message for the first notification message is not received.
A third deleting unit 310, configured to delete, when it is detected that the number of times that the smart device starts the function indicated by the second notification message is greater than a preset number threshold, or when it is detected that the function indicated by the second notification message cannot be started, the identifier of the second notification message and the display time of the second notification message recorded in the message queue.
In summary, the present invention provides an intelligent device, which can detect the display time of each notification message recorded in the message queue in real time during the operation process, and when a first notification message meeting a condition is detected, the first notification message can be displayed in time, so that the real-time performance of the display of the notification message is improved.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the intelligent device and the unit described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A method for displaying a notification message in an intelligent device is characterized by comprising the following steps:
the method comprises the steps that an intelligent device obtains a message queue, wherein the message queue records an identifier of each notification message in at least one notification message and display time of each notification message, the display time of the ith notification message is used for indicating the time for displaying the ith notification message, each notification message is a function which is configured before the intelligent device leaves a factory and used for prompting a user and can be provided by the intelligent device, the functions comprise a system function of the intelligent device and an application function of an application program installed in the intelligent device, and at least one notification message in the message queue is arranged according to the sequence of the display time of the at least one notification message;
in the operation process, detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold value range or not in real time;
when the time difference between the display time of the first notification message and the current time is within a preset threshold range, displaying the first notification message;
the display time of each notification message is determined by the intelligent equipment according to the time difference between the first start time and the preset time difference of the notification message; or the display time of each notification message is the remaining display time determined by the intelligent device according to the preset time difference of the notification message;
and the preset time difference of each notification message is set before the intelligent equipment leaves the factory.
2. The method of claim 1, wherein prior to the smart device obtaining the message queue, the method further comprises:
when the intelligent device is started for the first time, acquiring the identifier of each notification message in the at least one notification message and the display time of each notification message;
recording an identification of each of the at least one notification message and a display time of each notification message in the message queue.
3. The method of claim 1, wherein after said displaying the first notification message, the method further comprises:
deleting the identifier of the first notification message and the display time of the first notification message recorded in the message queue.
4. The method of claim 1, wherein after said displaying the first notification message, the method further comprises:
detecting whether a response message aiming at the first notification message is received or not, wherein the response message is used for indicating the deletion of the first notification message;
deleting the identifier of the first notification message and the display time of the first notification message recorded in the message queue when a response message for the first notification message is received;
and when the response message aiming at the first notification message is not received, resetting the display time of the first notification message recorded in the message queue according to the current time.
5. The method of any of claims 1 to 4, wherein after the smart device retrieves the message queue, the method further comprises:
when the number of times that the intelligent device starts the function indicated by the second notification message is detected to be larger than a preset number threshold value, or when the function indicated by the second notification message cannot be started is detected,
and deleting the identification of the second notification message and the display time of the second notification message recorded in the message queue.
6. A smart device that displays notification messages, the smart device comprising:
a first obtaining unit, configured to obtain a message queue, where an identifier of each notification message in at least one notification message and display time of each notification message are recorded in the message queue, the display time of an ith notification message is used to indicate time for displaying the ith notification message, and each notification message is a function configured before the intelligent device leaves a factory and used to prompt a user that the intelligent device can provide, where the functions include a system function of the intelligent device and an application function of an application installed in the intelligent device, and at least one notification message in the message queue is arranged according to a sequence of the display time of the at least one notification message;
the first detection unit is used for detecting whether the time difference between the display time of each notification message in the message queue and the current time is within a preset threshold value range in real time in the operation process;
the display unit is used for displaying the first notification message when the time difference between the display time of the first notification message and the current time is within a preset threshold range;
the display time of each notification message is determined by the intelligent equipment according to the time difference between the first start time and the preset time difference of the notification message; or the display time of each notification message is the remaining display time determined by the intelligent device according to the preset time difference of the notification message;
and the preset time difference of each notification message is set before the intelligent equipment leaves the factory.
7. The smart device of claim 6, further comprising:
the second obtaining unit is used for obtaining the identifier of each notification message in the at least one notification message and the display time of each notification message when the intelligent device is started for the first time;
a recording unit, configured to record, in the message queue, an identifier of each notification message in the at least one notification message and a display time of each notification message.
8. The smart device of claim 6, further comprising:
a first deleting unit, configured to delete the identifier of the first notification message and the display time of the first notification message recorded in the message queue.
9. The smart device of claim 6, further comprising:
a second detecting unit, configured to detect whether a response message to the first notification message is received, where the response message is used to indicate that the first notification message is deleted;
a second deleting unit, configured to delete, when a response message to the first notification message is received, an identifier of the first notification message and a display time of the first notification message recorded in the message queue;
and the updating unit is used for resetting the display time of the first notification message recorded in the message queue according to the current time when the response message aiming at the first notification message is not received.
10. The smart device of any one of claims 7 to 9, wherein the smart device further comprises:
a third deleting unit, configured to, when it is detected that the number of times that the smart device starts the function indicated by the second notification message is greater than a preset number threshold, or when it is detected that the function indicated by the second notification message cannot be started,
and deleting the identification of the second notification message and the display time of the second notification message recorded in the message queue.
CN201610574459.1A 2016-07-20 2016-07-20 Display method of notification message in intelligent device and intelligent device Active CN106201543B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610574459.1A CN106201543B (en) 2016-07-20 2016-07-20 Display method of notification message in intelligent device and intelligent device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610574459.1A CN106201543B (en) 2016-07-20 2016-07-20 Display method of notification message in intelligent device and intelligent device

Publications (2)

Publication Number Publication Date
CN106201543A CN106201543A (en) 2016-12-07
CN106201543B true CN106201543B (en) 2020-03-24

Family

ID=57494737

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610574459.1A Active CN106201543B (en) 2016-07-20 2016-07-20 Display method of notification message in intelligent device and intelligent device

Country Status (1)

Country Link
CN (1) CN106201543B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107219988B (en) * 2017-05-26 2020-07-28 维沃移动通信有限公司 Interface operation guiding method and mobile terminal
CN107730011A (en) * 2017-10-10 2018-02-23 通辽霍林河坑口发电有限责任公司 Information detecting method and device
CN111654420A (en) * 2020-05-18 2020-09-11 珠海格力电器股份有限公司 Method and device for controlling household equipment, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1851722A (en) * 2005-09-13 2006-10-25 华为技术有限公司 Method for processing preset event in game system
CN1960223A (en) * 2006-09-01 2007-05-09 中兴通讯股份有限公司 Method for implementing multimedia broadcasting notification
CN101272567A (en) * 2008-05-19 2008-09-24 中兴通讯股份有限公司 Emergency broadcast message indication method and device
CN101505394A (en) * 2008-02-06 2009-08-12 佳能株式会社 Contents display apparatus and control method thereof
CN103297327A (en) * 2013-05-29 2013-09-11 深圳数字电视国家工程实验室股份有限公司 Message pushing method, message pushing device and display terminal
CN103973461A (en) * 2013-02-06 2014-08-06 阿里巴巴集团控股有限公司 Notification message pushing method and message server

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1851722A (en) * 2005-09-13 2006-10-25 华为技术有限公司 Method for processing preset event in game system
CN1960223A (en) * 2006-09-01 2007-05-09 中兴通讯股份有限公司 Method for implementing multimedia broadcasting notification
CN101505394A (en) * 2008-02-06 2009-08-12 佳能株式会社 Contents display apparatus and control method thereof
CN101272567A (en) * 2008-05-19 2008-09-24 中兴通讯股份有限公司 Emergency broadcast message indication method and device
CN103973461A (en) * 2013-02-06 2014-08-06 阿里巴巴集团控股有限公司 Notification message pushing method and message server
CN103297327A (en) * 2013-05-29 2013-09-11 深圳数字电视国家工程实验室股份有限公司 Message pushing method, message pushing device and display terminal

Also Published As

Publication number Publication date
CN106201543A (en) 2016-12-07

Similar Documents

Publication Publication Date Title
CN108055264B (en) Scheduling apparatus and method for push streaming server, and computer-readable storage medium
CN108804299B (en) Application program exception handling method and device
CN105471935B (en) Information prompting method and device
US20060256714A1 (en) Message abnormality automatic detection device, method and program
CN108804215B (en) Task processing method and device and electronic equipment
CN106201543B (en) Display method of notification message in intelligent device and intelligent device
CN105760240A (en) Distributed task processing method and device
CN101743746A (en) Method for displaying internet television information of broadcasting receiver and broadcasting receiver enabling the method
CN110442502B (en) Point burying method, device, equipment and storage medium
US11310140B2 (en) Mitigating failure in request handling
CN113835985B (en) Method, device and equipment for monitoring and analyzing jamming reason
CN103686376A (en) Method and device for software upgrading of smart television
CN109450691B (en) Service gateway monitoring method, device and computer readable storage medium
CN105872762A (en) Method and device for installing smart cloud TV application
CN113448854A (en) Regression testing method and device
CN115562744A (en) Application program loading method and electronic equipment
CN112527543A (en) Client starting exception handling method and device, electronic equipment and storage medium
CN107888772B (en) Method, device and storage medium for determining configuration information
CN112583617A (en) Fault determination method, server, control terminal and storage medium
US10616306B2 (en) System and method for large-scale capture and tracking of web-based application parameters
CN107783825B (en) Multi-background process starting method and device for mobile terminal and mobile terminal
CN110633165B (en) Fault processing method, device, system server and computer readable storage medium
US8458705B2 (en) Method and apparatus for preventing the omission and repeated execution of schedule information due to a time change
CN109960659B (en) Method and device for detecting application program
CN114968696A (en) Index monitoring method, electronic equipment and chip system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Patentee after: Hisense Video Technology Co., Ltd

Address before: 266555 Qingdao economic and Technological Development Zone, Shandong, Hong Kong Road, No. 218

Patentee before: HISENSE ELECTRIC Co.,Ltd.

CP01 Change in the name or title of a patent holder