CN112448879A - Reminding message pushing method and device, terminal and computer readable storage medium - Google Patents

Reminding message pushing method and device, terminal and computer readable storage medium Download PDF

Info

Publication number
CN112448879A
CN112448879A CN201910793770.9A CN201910793770A CN112448879A CN 112448879 A CN112448879 A CN 112448879A CN 201910793770 A CN201910793770 A CN 201910793770A CN 112448879 A CN112448879 A CN 112448879A
Authority
CN
China
Prior art keywords
target
reminding
attribute information
reminding message
session
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.)
Granted
Application number
CN201910793770.9A
Other languages
Chinese (zh)
Other versions
CN112448879B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910793770.9A priority Critical patent/CN112448879B/en
Publication of CN112448879A publication Critical patent/CN112448879A/en
Application granted granted Critical
Publication of CN112448879B publication Critical patent/CN112448879B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • H04L51/046Interoperability with other network applications or services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The embodiment of the invention provides a reminding message pushing method, a reminding message pushing device, a terminal and a computer readable storage medium, wherein the method comprises the following steps: determining the current attribute information of the target session object; acquiring a target reminding message matched with the attribute information from at least one preset reminding message, and displaying the target reminding message on a session interface; and sending the target reminding message to the target session object so as to display the target reminding message in a social application session interface corresponding to the target session object. The embodiment of the invention can automatically determine the reminding message based on the attribute information of the session object, thereby effectively reducing the operation cost and time consumption of reminding message pushing and improving the reminding message pushing efficiency.

Description

Reminding message pushing method and device, terminal and computer readable storage medium
Technical Field
The present application relates to the field of communications technologies, and in particular, to a method, an apparatus, a terminal, and a computer-readable storage medium for pushing a reminder message.
Background
At present, a user can set a reminding event in an application of a terminal so as to achieve the purpose of notification and reminding. For example, a journey is set in a memo or a calendar, and when the journey reminding time is reached, the terminal outputs a journey notification reminder to the user; for example, a weather reminder is set in a weather application, the terminal locates and acquires weather information of a geographical position where the user is located, and when extreme weather such as weather early warning, temperature rise and fall, heat and cold, precipitation and the like exists, the terminal outputs a weather notification reminder to the user. However, the above method can only achieve the effect of reminding the end user.
If the user needs to send the reminding message to the social friend, the user needs to inquire and acquire the condition information of the social friend in advance, for example, if the user wants to remind the weather of the city where the social friend is located, the user needs to manually inquire and acquire the weather of the city where the social friend is located in advance through a weather application or a browser. And then the user manually edits the reminding message in the social application based on the acquired information and sends the reminding message to the friends. However, the processes of manually inquiring information and manually editing messages lead to high operation cost and time consumption, and the reminding message pushing efficiency is low.
Disclosure of Invention
The embodiment of the invention provides a method, a device, a terminal and a computer readable storage medium for pushing a reminding message, which can effectively reduce the operation cost and time consumption of pushing the reminding message and improve the efficiency of pushing the reminding message.
In one aspect, an embodiment of the present invention provides a method for pushing a reminder message, where the method includes:
determining the current attribute information of the target session object;
acquiring a target reminding message matched with the attribute information from at least one preset reminding message, and displaying the target reminding message on a session interface;
and sending the target reminding message to the target session object so as to display the target reminding message in a social application session interface corresponding to the target session object.
In another aspect, an embodiment of the present invention provides a device for pushing an alert message, where the device includes:
the processing unit is used for determining the current attribute information of the target session object;
the processing unit is further configured to obtain a target reminding message matched with the attribute information from at least one preset reminding message, and display the target reminding message on a session interface;
and the receiving and sending unit is used for sending the target reminding message to the target session object so as to display the target reminding message in a social application session interface corresponding to the target session object.
In another aspect, an embodiment of the present invention provides a terminal, including: the reminding message pushing device comprises a processor, a communication interface and a memory, wherein executable program codes are stored in the memory, the communication interface is controlled by the processor and used for receiving and sending data, and the processor is used for calling the executable program codes and executing the reminding message pushing method.
Correspondingly, the embodiment of the invention also provides a computer-readable storage medium, wherein the computer-readable storage medium stores instructions, and when the instructions are run on a computer, the computer is enabled to execute the reminding message pushing method.
According to the embodiment of the invention, the current attribute information of the target session object is determined, the target reminding message matched with the attribute information is obtained from at least one preset reminding message, and the target reminding message is sent to the target session object, so that the target reminding message is conveniently displayed in the social application session interface of the target session object, and the reminding message can be automatically determined based on the attribute information of the session object, so that the operation cost and time consumption for pushing the reminding message are effectively reduced, and the pushing efficiency of the reminding message is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic structural diagram of an alert message pushing system according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a method for pushing an alert message according to an embodiment of the present invention;
FIG. 3a is a diagram of an object list interface according to an embodiment of the present invention;
FIG. 3b is a diagram of an alternative object list interface provided by embodiments of the present invention;
FIG. 4a is a schematic diagram of a session interface provided by an embodiment of the invention;
FIG. 4b is a diagram illustrating an object list interface and a session interface according to an embodiment of the present invention;
fig. 5 is a schematic diagram illustrating a corresponding relationship between a weather attribute and a reminding mode according to an embodiment of the present invention;
fig. 6 is a schematic flowchart of another alert message pushing method according to an embodiment of the present invention;
FIG. 7a is a diagram illustrating an alternative object list interface and session interface according to an embodiment of the present invention;
FIG. 7b is a diagram of an object list interface and a session interface according to another embodiment of the present invention;
FIG. 7c is a diagram of an object list interface and a session interface according to another embodiment of the present invention;
fig. 7d is a schematic flowchart of another alert message pushing method according to an embodiment of the present invention;
FIG. 7e is a diagram of another session interface provided by embodiments of the invention;
fig. 8 is a schematic structural diagram of an alert message pushing apparatus according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
Referring to fig. 1, fig. 1 is a schematic diagram illustrating an architecture of a reminder message pushing system according to an embodiment of the present invention. As shown in fig. 1, the reminder message pushing system includes a first client 10, a server 20 and a second client 30, where the first client 10 and the second client 30 are respectively connected to the server 20 through a network. One or more second clients 30; the first client 10 and the second client 30 have social applications installed thereon, and the social applications may be instant messaging applications and the like; the server 20 is a server corresponding to the social application installed by the client. The social application account bound by the second client 30 is a friend account which opens the reminder message pushing function corresponding to the social application account bound by the first client 10, that is, the second client 30 and the user (account) thereof are a session object which opens the reminder message pushing function corresponding to the first client 10 and the user (account) thereof.
The method for pushing the reminder message according to the embodiment of the present invention may be applied to the first client 10, and may also be applied to the server 20. Specifically, the current attribute information of the target session object is determined, where the target session object may refer to a client and a user thereof that need to send a reminding message and are determined from the second client 30 and the user thereof; then, acquiring a target reminding message matched with the current attribute information of the target session object from at least one preset reminding message, and displaying the target reminding message on a session interface of the first client 10; further, the target reminding message is sent to the target session object through the server 20, so that the target reminding message is conveniently displayed in the social application session interface of the target session object, and the effect of reminding friends is achieved. By adopting the above manner, the attribute information of the session object can be automatically acquired, and the reminding message can be automatically determined based on the attribute information of the session object, so that the operation cost and time consumption of reminding message pushing can be effectively reduced, and the reminding message pushing efficiency is improved, which is described in detail below.
Referring to fig. 2, fig. 2 is a flowchart illustrating a method for pushing a reminder message according to a first embodiment of the present invention. The method for pushing the reminding message described in the embodiment of the present invention is applied to the first client in the reminding message pushing system shown in fig. 1, and the method for pushing the reminding message includes the following steps:
s201, determining the current attribute information of the target session object.
In the embodiment of the invention, the first client firstly acquires the attribute information of each session object for starting the reminding message pushing function in the social application. The attribute information comprises a geographical position, weather conditions of the geographical position, electric quantity, current time of the geographical position with the distance from the first client and the like. In an embodiment, the server corresponding to the social application acquires the attribute information of each session object at preset time intervals, and sends the acquired attribute information of each session object to the first client; accordingly, the first client receives the attribute information sent by the server. It should be noted that each session object may refer to each second client and its user in the alert message pushing system shown in fig. 1.
Further, the first client displays attribute marks for the session objects on an object list interface of the social application according to the acquired attribute information so as to prompt the current attributes of the session objects to a user of the first client. Wherein the object list interface comprises a message list interface and/or a contact list interface. For example, as shown in the left diagram of fig. 3a and the left diagram of fig. 3b, when the obtained attribute information indicates that the current weather condition of the geographic location where the session object with the account name or the remark name being small is rain, a rain attribute mark is displayed in a message column with the small brightness of the session object in the message list interface, and a rain attribute mark is displayed in a contact column with the small brightness of the session object in the contact list interface; meanwhile, when the acquired attribute information indicates that the current weather condition of the geographical position of the session object with the account name or the remark name of the session object is thunder, displaying a thunder attribute mark in a message column of the session object in a message list interface, and displaying a thunder attribute mark in a contact column of the session object in a contact list interface. As shown in the right diagram of fig. 3a and the right diagram of fig. 3b, when the obtained attribute information is used to indicate the current electric quantity of the client corresponding to the small conversation object, an electric quantity mark matched with the current electric quantity is displayed in a contact column of the small conversation object in the message list interface, and an electric quantity mark matched with the current electric quantity is displayed in a contact column of the small conversation object in the contact list interface. Further, when detecting an object selection operation of the user on the object list interface, the first client determines the session object selected by the object selection operation as a target session object, and determines the current attribute information of the target session object from the acquired attribute information. In an embodiment, the first client displays an attribute mark for each session object on an object list interface of a social application according to the acquired attribute information, and sets a message column and/or a contact column of each session object at the top.
In another embodiment, the first client first obtains attribute information of each session object for starting a reminding message pushing function in the social application, and then determines a session object meeting a reminding message pushing condition from the session objects according to the obtained attribute information. The reminding message pushing condition is met, and the method comprises the following steps: for the same attribute category, the attribute information of the currently acquired session object is updated relative to the attribute information of the previously acquired session object, and the updating includes updating of weather conditions, updating of geographic positions, updating of distances between the first client and the first client, and the like. Or the attribute information of the currently acquired session object is matched with a preset condition, where the electric quantity is less than or equal to a preset electric quantity threshold, the distance between the first client and the first client is greater than or equal to a first distance threshold, the distance between the first client and the first client is less than or equal to a second distance threshold, the time of the located geographic location is matched with the specified time, and the weather of the located geographic location is extreme weather (e.g., typhoon, tsunami, sandstorm), and the like. Wherein the first distance threshold is greater than the second distance threshold; the specified time includes: the conversation object may be a conversation object, such as a wedding celebration day (e.g., a wedding celebration day, a love celebration day), a travel date (e.g., a dinner gathering date, a travel date) or other custom holidays (e.g., 100 acquaintances and 100 loves), a traditional holiday or an international holiday (e.g., a seven-day, a christmas day), a normal meal time or a normal sleep time matching a geographical location of the conversation object, a commemorative or celebratory day (e.g., a birthday, a friend's celebration day) acquired through a data card of the conversation object, a healthy meal time or a healthy rest time of the conversation object set by the user of the first client, and the like.
Further, the first client determines the session object meeting the reminding message pushing condition as a target session object, determines the current attribute information of the target session object from the obtained attribute information, and displays an attribute mark for the target session object on an object list interface of the social application according to the current attribute information of the target session object.
S202, acquiring a target reminding message matched with the attribute information from at least one preset reminding message, and displaying the target reminding message on a session interface.
In the embodiment of the invention, the user of the first client sets the reminding message for various attributes of each session object for starting the reminding message pushing function in the social application in advance, and the set reminding message can be stored in the first client locally or in the server. For example, the reminding messages set for rainy weather can be ' remember to carry an umbrella today ', ' do not need to rain ', catch a cold ', ' rain and carry an umbrella '; the reminding message set for the typhoon weather can be 'typhoon weather reduction going out'; the reminding message set for the low electric quantity can be 'charging the mobile phone quickly' or 'charging the mobile phone quickly after the electric quantity of the mobile phone is insufficient'. For example, as shown in the left diagram of fig. 4a, when the attribute information indicates that the weather of the geographic location where the target session object is located is typhoon weather, the obtained target reminding information matched with the attribute information is "typhoon weather reduction outgoing", and the target reminding information "typhoon weather reduction outgoing" is displayed on the session interface of the first client. As shown in the right diagram of fig. 4a, when the attribute information is used to indicate the electric quantity of the target session object and it is detected that the electric quantity is smaller than the preset electric quantity threshold, the target reminding information matched with the attribute information may be obtained to include "charging the mobile phone soon" and "charging the mobile phone soon after the electric quantity is insufficient", and the target reminding information "charging the mobile phone soon" and "charging the mobile phone soon after the electric quantity is insufficient" are simultaneously displayed on the session interface of the first client. By the method, the attribute information of the session object can be automatically acquired, the reminding message can be automatically determined based on the attribute information of the session object, the attribute of the session object is not required to be manually inquired and acquired by a user, the reminding message is manually edited, the operation of the user is effectively reduced, and the time of the user is saved. The target reminding message is displayed on the session interface, and simultaneously, an attribute mark matched with the current attribute information of the target session object can be displayed on the session interface, and the attribute mark can be displayed statically or dynamically, for example, the static electricity mark displayed on the right diagram of fig. 4 a. It should be noted that immediately after the current attribute information of the target session object is acquired, an attribute mark matching the current attribute information of the target session object may be displayed on the session interface.
In another embodiment, the preset reminding message is reminding content not including attribute information, the first client first acquires the preset reminding content matched with the current attribute information of the target session object from at least one preset reminding message, then fills the content of the attribute information in the acquired preset reminding content, and generates the target reminding message matched with the current attribute information of the target session object. For example, the preset reminding content for extreme weather such as typhoon, thunderstorm, heavy snow and the like can be 'go out reduced, pay attention to safety'; and when the attribute information indicates that the weather of the geographical position of the target session object is heavy snow, adding a weather attribute ' heavy snow weather ' into the preset reminding content, and generating a target reminding message ' heavy snow weather ' to reduce going out and pay attention to safety '. For another example, the preset reminder content for the meal reminder event can be "hungry in a bar, the meal is in a break"; when the attribute information indicates that the time of the geographical location of the target conversation object reaches the local healthy lunch time, a time attribute of "lunch" is added to the preset reminding content, and a target reminding message of "hungry in the bar," having lunch in progress, is generated. For another example, the preset reminding content for the distance reminding event may be "distance between us is", when the attribute information indicates that the distance between the target session object and the first client is 500 meters, the distance attribute "500 meters" is added to the preset reminding content, and the target reminding message "distance between us is 500 meters" is generated; as shown in fig. 4b, the generated target reminder message "distance between us is 500 meters" is displayed in the conversation interface; a distance marker may also be displayed on the session interface that may indicate an actual distance between the target session object and the first client by a distance between the target session object avatar and the user avatar.
In another embodiment, the first client obtains a reminding level matched with the current attribute information of the target session object, determines a target reminding mode based on the reminding level, and carries out reminding according to the target reminding mode in the process of displaying the target reminding message on the session interface of the first client. The target prompting mode comprises one or more of vibration prompting, sound prompting, screen-on prompting and breathing lamp flickering prompting besides the character prompting. For example, as shown in fig. 5, for a weather alert, when the attribute information indicates that the weather of the geographic location where the target conversation object is located is rainy weather, the alert level matched with the weather is determined to be low, and only the attribute mark is displayed for the target conversation object on the object list interface; when the attribute information indicates that the weather of the geographic position of the target session object is thunder weather, determining that the reminding level matched with the attribute information is middle, displaying an attribute mark for the target session object on an object list interface and carrying out vibration prompt; and when the attribute information indicates that the weather of the geographical position of the target session object is typhoon weather, determining that the reminding level matched with the attribute information is high, and displaying the attribute mark and carrying out vibration and sound prompt on the target session object on an object list interface.
S203, sending the target reminding message to the target session object so as to display the target reminding message in a social application session interface corresponding to the target session object.
In the embodiment of the present invention, when detecting an operation event for confirming sending, the first client may determine that a command for confirming sending input by a user is detected, and send a target reminding message to the server; or when the time length for displaying the target reminding message on the session interface reaches the preset time length and the operation event for canceling the sending is not detected, the first client automatically sends the target reminding message to the server; after receiving the target reminding message sent by the first client, the server sends the target reminding message to the target session object so as to display the target reminding message in a social application session interface of the target session object, thereby achieving the effect of reminding friends and realizing the reminding interaction among social friends. When a first trigger operation on a prompt box comprising a target reminding message is detected, confirming that an operation event for confirming sending is detected; the method can be used for confirming that the operation event of canceling the transmission is detected when the second trigger operation of the prompt box comprising the target reminding message is detected. The first trigger operation and the second trigger operation are different, for example, the first trigger operation is a multi-tap operation, and the second trigger operation is a long-press operation.
In one embodiment, after the target session object successfully receives the target reminding message, the server sends a prompt message for successfully receiving the target reminding message to the first client; and after receiving the prompt message of successfully receiving the target prompt message, the first client displays the prompt message of successfully receiving the prompt message of the prompt message by the session object on the session interface. In another embodiment, when the fact that the duration of the target reminding message displayed on the conversation interface reaches the preset duration is detected, the target reminding message is not displayed in the conversation interface. In another embodiment, if it is detected that the target session object does not successfully receive the target alert message, the target alert message is retransmitted to the second client through the server.
In another embodiment, if the current attribute information of the target session object includes at least two types of attribute information, the target reminding information matched with the at least two types of attribute information includes at least two items of reminding messages; at this time, before the target reminding message is displayed on the session interface, the attribute categories to which the at least two types of attribute information belong are judged, and the pushing priority order of the at least two items of reminding messages is determined based on the attribute categories to which the at least two types of attribute information belong according to the preset priority relation between the attribute categories. For example, it is preset that the priority of the weather reminder is higher than that of the electric quantity reminder, and when the current attribute information of the target session object includes the weather attribute information and the electric quantity attribute information, it is determined that the priority of the reminder message matched with the weather attribute information is higher than that of the reminder message matched with the electric quantity attribute information. Further, the at least two items of reminding messages are displayed on the session interface of the first client according to the determined push priority order, for example, the reminding messages are displayed from left to right in the session interface according to the order of the priorities from high to low. Further, when a sending confirmation instruction is detected by default, the at least two reminding messages are sequentially sent to the target session object according to the determined push priority order, so that the target session object can obtain important reminding first.
According to the embodiment of the invention, the current attribute information of the target session object is determined, the target reminding message matched with the attribute information is obtained from at least one preset reminding message, and the target reminding message is sent to the target session object, so that the target reminding message is conveniently displayed in the social application session interface of the target session object, and the reminding message can be automatically determined based on the attribute information of the session object, so that the operation cost and time consumption for pushing the reminding message are effectively reduced, and the pushing efficiency of the reminding message is improved.
Referring to fig. 6, fig. 6 is a flowchart illustrating a method for pushing a reminder message according to a second embodiment of the present invention. The reminding message pushing method described in the embodiment of the invention comprises the following steps:
s601, the server sends an attribute information acquisition instruction to a second client, and the second client is a client corresponding to a session object for starting a reminding message pushing function in the social application of the first client.
Correspondingly, the second client receives the attribute acquisition instruction sent by the server.
S602, the second client acquires the attribute information of the corresponding session object.
In the embodiment of the invention, the attribute information comprises a geographical position, weather conditions of the geographical position, electric quantity, current time of the geographical position with the distance from the first client and the like.
And S603, the second client sends the acquired attribute information of the session object to the server.
Accordingly, the server receives the attribute information of the session object sent by the second client.
In an embodiment, the second client only needs to send the geographic position of the session object to the server, and the server can query the weather condition of the geographic position of the session object, the time of the geographic position of the session object and the like based on the geographic position of the session object; information such as the distance between the session object and the first client can be determined based on the geographic position of the session object and the position of the first client.
S604, the server determines the session object meeting the reminding message pushing condition according to the received attribute information, determines the session object meeting the reminding message pushing condition as a target session object, and determines the current attribute information of the target session object.
S605, the server acquires the target reminding message matched with the current attribute information of the target session object from at least one preset reminding message.
In the embodiment of the invention, the user of the first client sets the reminding message for various attributes of each session object for starting the reminding message pushing function in the social application in advance, and the set reminding message can be stored in the server.
S606, the server sends the target reminding message to the first client.
S607, the first client receives the target reminding message sent by the server and displays the target reminding message on the session interface.
In an embodiment, the server may further send the current attribute information of the target session object to the first client, and the first client displays an attribute tag for the target session object on an object list interface of the social application based on the current attribute information of the target session object. In another embodiment, when the current attribute information of the target session object includes at least two types of attribute information, according to a priority relationship between preset attribute categories, attribute information with a high priority is determined from the at least two types of attribute information, and an attribute mark is displayed for the target session object on an object list interface of the social application based on the attribute information with the high priority.
S608, the server sends the target reminding message to the second client, namely the target reminding message is sent to the target session object.
In the embodiment of the present invention, the first client may send the confirmation sending instruction to the server when detecting the operation event of the confirmation sending; the server sends a target reminding message to the second client after receiving a confirmation sending instruction sent by the first client; or the server acquires the display duration of the target reminding message on the session interface of the first client, and automatically sends the target reminding message to the second client when detecting that the display duration reaches the preset duration and a sending cancellation instruction is not received.
And S609, the second client receives the target reminding message sent by the server and displays the target reminding message on the session interface.
In an embodiment, after receiving a target reminding message sent by a server, a second client obtains a reminding level matched with current attribute information of a target session object, determines a target reminding mode based on the reminding level, and carries out reminding according to the target reminding mode in the process of displaying the target reminding message on a session interface of the second client. The target prompting mode comprises one or more of vibration prompting, sound prompting, screen-on prompting and breathing lamp flickering prompting besides the character prompting.
It should be noted that, for the implementation manner not described in the above steps, the foregoing description may be referred to, and for the implementation manner not described in the first embodiment, the description in the second embodiment may also be referred to, which is not described herein again.
By adopting the reminding message pushing method provided by the embodiment of the invention, weather reminding, electric quantity reminding, distance reminding, date reminding, sleeping reminding, dining reminding and the like of friends can be realized. The user sets friends who start the reminding message pushing function in the social application in advance, and can set the starting reminding types for the friends. For example, the user turns on the reminding message pushing function for both the twilight and the twilight of the friend, but can turn on the weather reminding and the electric quantity reminding for the twilight of the friend and turn on the weather reminding, the date reminding and the sleep reminding for the twilight of the friend. Therefore, the reminding message pushing function can be realized, and the user can be endowed with the capability of self-selection and setting. Further, the user can set the reminding message respectively according to the reminding types started by the friends.
Weather reminding: the geographical position of the friend is obtained, weather data of a city where the friend is located is matched through the geographical position of the friend, and when weather such as rain, snow, thunder, typhoon, strong cooling and the like exists, the friend can be automatically notified or a user can be reminded to notify the friend to carry out related reminding such as umbrella wearing, clothes wearing, trip reducing and the like. Electric quantity reminding: the method comprises the steps of obtaining the electric quantity data of the friend mobile phone, and when the percentage of the remaining electric quantity of the friend mobile phone is smaller than a preset percentage (for example, 20%), automatically notifying the friend or reminding a user of notifying the friend to charge the mobile phone. And (4) position reminding: and when the position reminding is started, acquiring the geographical position of the friend, and prompting the geographical position of the friend to a user. Distance reminding: and when the distance reminding and the position reminding are started, acquiring the geographical position of the friend and the geographical position of the user, and calculating the distance between the friend and the user. When the distance between the two is within a first preset distance interval, for example, less than 1km, the two parties are respectively reminded of the real-time distance between the two, and the method can be applied to the situation that the two parties meet at a certain place and need to know how far away the two parties are from themselves in time.
Reminding by date: the method can be divided into three types, one type is actively set date reminding based on the intimacy relationship, such as love commemorative days, important dinner gathering dates and the like, the other type is reminding through friend data cards and data information among friends, such as friend birthdays, friend commemorative days and the like, and the other type is reminding based on traditional festivals and international festivals, such as mother's festivals, end-of-day festivals, Christmas and the like. For example, as shown in fig. 7a, the reminding message set for the love class love day reminder may be "guess what particular day today", "today is a year in love". Reminding during sleep: and acquiring the geographical position time of the friend, and reminding the friend of going to sleep according to the optimal sleep time or the preset sleep time. The preset sleeping time is determined by the user based on the living habits of the friends. For example, as shown in FIG. 7b, the reminder message set for a sleep reminder may be "this late, you are asleep! "," you throw a pillow in the opposite direction ", etc. Reminding eating: and acquiring the geographical position time of the friend, and reminding the friend to eat based on the optimal dining time of three meals a day or the preset eating time. The preset eating time is determined by the user based on the life habits of the friends. For example, as shown in FIG. 7c, the reminder message set for a meal reminder may be "a bar is hungry! "," boiled rice ", etc.
Referring to fig. 7d together, fig. 7d shows a reminding message pushing process, which first determines whether a reminding message pushing function is started for a friend, and if not, executes a first default operation, where the first default operation may be an operation of outputting a prompt message for prompting a user whether the reminding message pushing function is started for the friend or not; if the reminding message pushing function is started, judging whether the reminding content exists or not, if not, executing a second default operation, wherein the second default operation can be operations of acquiring the attribute information of the friend at preset time intervals, judging whether the attribute information meets the reminding message pushing condition or not, and the like; if the reminding content exists, the reminding type is further judged, and whether the reminding is important reminding or non-important reminding. The important reminding and the non-important reminding can be manually set by a user in advance, and can also be automatically determined based on attribute information of friends, the important reminding comprises reminding of weather early warning (such as typhoon, thunderstorm, strong cooling and the like), important dates and the like, and the non-important reminding comprises reminding of common weather, electric quantity, distance, common dates, sleeping, eating and the like. Further, if important reminders are judged to exist at the same time, the important reminders are pushed firstly and then are pushed; if only important reminding or only non-important reminding is judged, the processing modes are similar, whether level reminding exists or not is judged, if not, the corresponding reminding display page is directly called in the background, and reminding contents are sent to friends in the background; and if the level reminding is judged, determining a reminding pushing sequence, namely determining the reminding pushing sequence according to the reminding time sequence, background-transferring the corresponding reminding display page according to the determined reminding pushing sequence, and background-sending reminding contents to the friend according to the determined reminding pushing sequence. Further, whether the reminding is received by the opposite side (friend) or not is detected, and if not, the reminding content is continuously displayed; if the reminding is received by the friend, whether the reminding is updated or not is detected, if not, the reminding is cancelled, and if yes, new reminding content is displayed.
In an embodiment, the attribute flag may be dynamically displayed in the session interface of the first client based on the target alert message or the current attribute information of the target object, for example, in the session interface shown in the left diagram of fig. 7e, the attribute flag may be dynamically displayed in the session interface corresponding to the target session object based on the target alert message or the current attribute information of the target object, for example, in the session interface shown in the right diagram of fig. 7e, the attribute flag may be dynamically displayed in the umbrella expression drop.
By the reminding message pushing method provided by the embodiment of the invention, the intelligently extracted attribute information of the friend can be naturally displayed in an application interface in a visual manner, and the extracted attribute information has effectiveness, so that the reminding of the user is facilitated, the current attribute state of the friend is realized, and the capability of helping and stimulating the social scene of the user is expanded. The method specifically comprises the weather conditions of the current geographical position of the friend, the electric quantity condition of the mobile phone of the friend, the distance between the friends, the sleeping time of the friend, the geographical position of the friend, the eating time of the friend and other specific attributes of a plurality of friends, and the user can remind the friend to take an umbrella, charge the mobile phone, sleep on time, eat on time and the like. Through the mutual reminding function, social interaction between the user and the friends can be better generated, and besides the interaction modes of characters, expressions, red packages and the like, the C2C page is added with an operation mode that the user can be used as topic or social judgment based on the real-time attributes of the friends. By the reminding message pushing method provided by the embodiment of the invention, the daily language reminding and the text reminding of the user can be transferred to the existing client use scene, and the visual design is carried out. The time and the operation cost of the user such as memory, inquiry and the like are reduced, the interaction becomes more daily and interesting, and the contact frequency between the user and friends can be increased.
Referring to fig. 8, fig. 8 is a schematic structural diagram of a reminder message pushing device according to an embodiment of the present invention. The reminding message pushing device described in the embodiment of the invention comprises:
a processing unit 801, configured to determine current attribute information of a target session object;
the processing unit 801 is further configured to obtain a target prompting message matched with the attribute information from at least one preset prompting message, and display the target prompting message on a session interface;
the transceiving unit 802 is configured to send the target reminding message to the target session object, so as to display the target reminding message in a social application session interface corresponding to the target session object.
In an embodiment, the apparatus for pushing a reminder message further includes an obtaining unit 803, configured to obtain attribute information of each session object that starts a reminder message pushing function in a social application;
the processing unit 801 is further configured to determine, according to the obtained attribute information, a session object that meets a prompt message pushing condition from the session objects, determine the session object that meets the prompt message pushing condition as a target session object, and determine current attribute information of the target session object.
In an embodiment, the processing unit 801 is further configured to display attribute tags for each session object on an object list interface of a social application according to the obtained attribute information;
when the object selection operation on the object list interface is detected, determining the session object selected by the object selection operation as a target session object, and determining the current attribute information of the target session object.
In an embodiment, the processing unit 801 is further configured to:
when the current attribute information of the target session object comprises at least two types of attribute information, and the target reminding information comprises at least two items of reminding messages, determining the push priority order of the at least two items of reminding messages based on the attribute categories to which the at least two types of attribute information belong;
displaying the at least two reminding messages on a conversation interface according to the pushing priority order;
the transceiver 802 is specifically configured to send the at least two prompting messages to the target session object according to the push priority order.
In an embodiment, the processing unit 801 is further configured to:
and if the target session object is detected to successfully receive the target reminding message, displaying the prompt information of the session object successfully receiving the reminding message on a session interface.
In an embodiment, the processing unit 801 is further configured to:
and when the time length of the target reminding message displayed on the session interface reaches the preset time length, canceling the display of the target reminding message from the session interface.
In an embodiment, the processing unit 801 is specifically configured to:
acquiring preset reminding content matched with the attribute information from at least one preset reminding message;
and filling the content of the attribute information in the preset reminding content, and generating a target reminding message matched with the attribute information.
In an embodiment, the obtaining unit 803 is further configured to obtain a reminding level matching with the current attribute information of the target session object;
the processing unit 801 is further configured to determine a target prompting manner based on the prompting level, and perform prompting according to the target prompting manner in the process of displaying the target prompting message on the session interface; the target prompting mode comprises one or more of vibration prompting, sound prompting, screen-on prompting and breathing lamp flickering prompting.
It can be understood that the functions of each functional unit of the reminding message pushing device according to the embodiment of the present invention can be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process thereof may refer to the related description of the foregoing method embodiment, which is not described herein again.
According to the embodiment of the invention, the current attribute information of the target session object is determined, the target reminding message matched with the attribute information is obtained from at least one preset reminding message, and the target reminding message is sent to the target session object, so that the target reminding message is conveniently displayed in the social application session interface of the target session object, and the reminding message can be automatically determined based on the attribute information of the session object, so that the operation cost and time consumption for pushing the reminding message are effectively reduced, and the pushing efficiency of the reminding message is improved.
Referring to fig. 9, fig. 9 is a schematic structural diagram of a terminal according to an embodiment of the present invention. The terminal described in the embodiment of the present invention corresponds to the first client in the foregoing first method embodiment, and the terminal includes: a processor 901, a user interface 902, a communication interface 903, and a memory 904. The processor 901, the user interface 902, the communication interface 903, and the memory 904 may be connected by a bus or other means, and the embodiment of the present invention is exemplified by being connected by a bus.
The processor 901 (or referred to as a Central Processing Unit (CPU)) is a computing core and a control core of the terminal, and can analyze various instructions in the terminal and process various data of the terminal, for example: the CPU can be used for analyzing a power-on and power-off instruction sent to the terminal by a user and controlling the terminal to carry out power-on and power-off operation; the following steps are repeated: the CPU may transmit various types of interactive data between the internal structures of the terminal, and so on. The user interface 902 is a medium for implementing interaction and information exchange between a user and a terminal, and may be embodied by a Display screen (Display) for output, a Keyboard (Keyboard) for input, and the like, where the Keyboard may be an entity Keyboard, a touch screen virtual Keyboard, or a Keyboard combining an entity and a touch screen virtually. The communication interface 903 may optionally include a standard wired interface, a wireless interface (e.g., Wi-Fi, mobile communication interface, etc.), and is controlled by the processor 901 to transmit and receive data. A Memory 904(Memory) is a Memory device in the terminal for storing programs and data. It is understood that the memory 904 may comprise a built-in memory of the terminal, and may also comprise an extended memory supported by the terminal. The memory 904 provides storage space that stores the operating system of the terminal, which may include, but is not limited to: android system, iOS system, Windows Phone system, etc., which are not limited in this respect.
In the embodiment of the present invention, the processor 901 executes the executable program code in the memory 904 to perform the following operations:
determining the current attribute information of the target session object;
acquiring a target reminding message matched with the attribute information from at least one preset reminding message, and displaying the target reminding message on a session interface through a user interface 902;
and sending the target reminding message to the target session object through a communication interface 903 so as to display the target reminding message in a social application session interface corresponding to the target session object.
In an embodiment, before the processor 901 determines the current attribute information of the target session object, it is further configured to: acquiring attribute information of each session object for starting a reminding message pushing function in a social application; and determining the session objects meeting the reminding message pushing conditions from the session objects according to the acquired attribute information, determining the session objects meeting the reminding message pushing conditions as target session objects, and determining the current attribute information of the target session objects.
In an embodiment, before the processor 901 determines the current attribute information of the target session object, it is further configured to: acquiring attribute information of each session object for starting a reminding message pushing function in the social application, and displaying attribute marks for each session object on an object list interface of the social application through a user interface 902 according to the acquired attribute information; when the object selection operation on the object list interface is detected, determining the session object selected by the object selection operation as a target session object, and determining the current attribute information of the target session object.
In an embodiment, before displaying the target reminder message on the conversation interface through the user interface 902, the processor 901 is further configured to: when the current attribute information of the target session object comprises at least two types of attribute information, and the target reminding information comprises at least two items of reminding messages, determining the push priority order of the at least two items of reminding messages based on the attribute categories to which the at least two types of attribute information belong;
when the processor 901 displays the target alert message on the session interface through the user interface 902, the processor is specifically configured to: displaying the at least two reminding messages on a conversation interface through a user interface 902 according to the pushing priority order;
when the processor 901 sends the target alert message to the target session object through the communication interface 903, the processor is specifically configured to: and sending the at least two reminding messages to the target session object through a communication interface 903 according to the push priority order.
In an embodiment, the processor 901 is further configured to: and if the target session object is detected to successfully receive the target reminding message, displaying a prompt message that the session object successfully receives the reminding message on a session interface through the communication interface 903.
In an embodiment, the processor 901 is further configured to: and when the time length of the target reminding message displayed on the session interface reaches the preset time length, canceling the display of the target reminding message from the session interface.
In an embodiment, when the processor 901 obtains the target reminding message matched with the attribute information from at least one preset reminding message, the processor is specifically configured to: acquiring preset reminding content matched with the attribute information from at least one preset reminding message; and filling the content of the attribute information in the preset reminding content, and generating a target reminding message matched with the attribute information.
In an embodiment, the processor 901 is further configured to: acquiring a reminding level matched with the current attribute information of the target session object; determining a target prompting mode based on the prompting level, and prompting according to the target prompting mode in the process of displaying the target prompting message on a session interface through a communication interface 903; the target prompting mode comprises one or more of vibration prompting, sound prompting, screen-on prompting and breathing lamp flickering prompting.
In specific implementation, the processor 901, the user interface 902, the communication interface 903, and the memory 904 described in the embodiment of the present invention may execute an implementation manner of the first client described in the alert message pushing method provided in the first method embodiment of the present invention, and may also execute an implementation manner described in the alert message pushing apparatus provided in the embodiment of the present invention, which is not described herein again.
According to the embodiment of the invention, the current attribute information of the target session object is determined, the target reminding message matched with the attribute information is obtained from at least one preset reminding message, and the target reminding message is sent to the target session object, so that the target reminding message is conveniently displayed in the social application session interface of the target session object, and the reminding message can be automatically determined based on the attribute information of the session object, so that the operation cost and time consumption for pushing the reminding message are effectively reduced, and the pushing efficiency of the reminding message is improved.
Correspondingly, an embodiment of the present invention further provides a server, where the server includes: a processor, a communication interface, and a memory. The processor, the communication interface and the memory may be connected by a bus or other means. In a specific implementation, the processor, the communication interface, and the memory described in the embodiment of the present invention may execute an implementation manner of the server described in the alert message pushing method provided in the second method embodiment of the present invention, and may also execute an implementation manner described in the alert message pushing apparatus provided in the embodiment of the present invention, which is not described herein again.
The embodiment of the present invention further provides a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, and when the instructions are run on a computer, the computer is caused to execute the method for pushing the reminder message according to the embodiment of the present invention.
Embodiments of the present invention further provide a computer program product including instructions, which when run on a computer, cause the computer to execute the method for pushing a reminder message according to the embodiments of the present invention.
It should be noted that, for simplicity of description, the above-mentioned embodiments of the method are described as a series of acts or combinations, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: flash disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
The above disclosure is intended to be illustrative of only some embodiments of the invention, and is not intended to limit the scope of the invention.

Claims (11)

1. A method for pushing a reminding message is characterized in that the method comprises the following steps:
determining the current attribute information of the target session object;
acquiring a target reminding message matched with the attribute information from at least one preset reminding message, and displaying the target reminding message on a session interface;
and sending the target reminding message to the target session object so as to display the target reminding message in a social application session interface corresponding to the target session object.
2. The method of claim 1, wherein prior to determining the current attribute information of the target session object, the method further comprises:
acquiring attribute information of each session object for starting a reminding message pushing function in a social application;
and determining the session objects meeting the reminding message pushing condition from the session objects according to the acquired attribute information, and determining the session objects meeting the reminding message pushing condition as target session objects so as to trigger and execute the current attribute information of the determined target session objects.
3. The method of claim 1, wherein prior to determining the current attribute information of the target session object, the method further comprises:
acquiring attribute information of each session object for starting a reminding message pushing function in a social application, and displaying an attribute mark for each session object on an object list interface of the social application according to the acquired attribute information;
when the object selection operation on the object list interface is detected, determining the session object selected by the object selection operation as a target session object so as to trigger the execution of the current attribute information of the determined target session object.
4. The method of any of claims 1-3, wherein prior to displaying the targeted alert message on a conversation interface, the method further comprises:
when the current attribute information of the target session object comprises at least two types of attribute information, and the target reminding information comprises at least two items of reminding messages, determining the push priority order of the at least two items of reminding messages based on the attribute categories to which the at least two types of attribute information belong;
the displaying the target reminding message on the session interface comprises:
displaying the at least two reminding messages on a conversation interface according to the pushing priority order;
the sending the target alert message to the target session object includes:
and sending the at least two reminding messages to the target session object according to the pushing priority order.
5. The method of claim 1, wherein the method further comprises:
and if the target session object is detected to successfully receive the target reminding message, displaying the prompt information of the session object successfully receiving the reminding message on a session interface.
6. The method of claim 1, wherein the method further comprises:
and when the time length of the target reminding message displayed on the session interface reaches the preset time length, canceling the display of the target reminding message from the session interface.
7. The method of claim 1, wherein the obtaining the target alert message matching the attribute information from the preset at least one alert message comprises:
acquiring preset reminding content matched with the attribute information from at least one preset reminding message;
and filling the content of the attribute information in the preset reminding content, and generating a target reminding message matched with the attribute information.
8. The method of claim 1 or 7, further comprising:
acquiring a reminding level matched with the current attribute information of the target session object;
determining a target prompting mode based on the prompting level, and prompting according to the target prompting mode in the process of displaying the target prompting message on the session interface;
the target prompting mode comprises one or more of vibration prompting, sound prompting, screen-on prompting and breathing lamp flickering prompting.
9. An alert message pushing apparatus, the apparatus comprising:
the processing unit is used for determining the current attribute information of the target session object;
the processing unit is further configured to obtain a target reminding message matched with the attribute information from at least one preset reminding message, and display the target reminding message on a session interface;
and the receiving and sending unit is used for sending the target reminding message to the target session object so as to display the target reminding message in a social application session interface corresponding to the target session object.
10. A terminal, comprising: a processor, a communication interface and a memory, wherein the memory stores executable program codes, the communication interface is controlled by the processor to receive and transmit data, and the processor is used for calling the executable program codes and executing the reminding message pushing method according to any one of claims 1 to 8.
11. A computer-readable storage medium having stored therein instructions which, when run on a computer, cause the computer to execute the alert message pushing method of any one of claims 1 to 8.
CN201910793770.9A 2019-08-27 2019-08-27 Reminding message pushing method and device, terminal and computer readable storage medium Active CN112448879B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910793770.9A CN112448879B (en) 2019-08-27 2019-08-27 Reminding message pushing method and device, terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910793770.9A CN112448879B (en) 2019-08-27 2019-08-27 Reminding message pushing method and device, terminal and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN112448879A true CN112448879A (en) 2021-03-05
CN112448879B CN112448879B (en) 2022-09-13

Family

ID=74741481

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910793770.9A Active CN112448879B (en) 2019-08-27 2019-08-27 Reminding message pushing method and device, terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN112448879B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254839A (en) * 2021-06-18 2021-08-13 每日互动股份有限公司 Layer-by-layer message distribution method, electronic client and medium
CN113595880A (en) * 2021-07-26 2021-11-02 维沃移动通信(杭州)有限公司 Message pushing method and device
CN113839855A (en) * 2021-09-22 2021-12-24 武汉夜莺科技有限公司 Session reminding method, device and storage medium
CN113949682A (en) * 2021-08-30 2022-01-18 北京达佳互联信息技术有限公司 Message processing method and device, electronic equipment and storage medium
CN113992744A (en) * 2021-09-26 2022-01-28 青岛海尔科技有限公司 Message pushing method and device, storage medium and electronic device
CN115190093A (en) * 2022-08-07 2022-10-14 王桂英 Method, device, computer equipment and storage medium for simplifying instant messaging operation

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012097633A2 (en) * 2011-11-10 2012-07-26 华为终端有限公司 Method, device and mobile terminal for information reminding
CN104917795A (en) * 2014-03-13 2015-09-16 腾讯科技(深圳)有限公司 Subscription information alert method and device
CN106685790A (en) * 2015-11-05 2017-05-17 阿里巴巴集团控股有限公司 Instant messaging message prompt method and client side
US20170180294A1 (en) * 2015-12-21 2017-06-22 Google Inc. Automatic suggestions for message exchange threads
WO2017140215A1 (en) * 2016-02-17 2017-08-24 阿里巴巴集团控股有限公司 Prompting method and device
WO2017166883A1 (en) * 2016-03-31 2017-10-05 宇龙计算机通信科技(深圳)有限公司 Weather information notification method and device
WO2017190470A1 (en) * 2016-05-03 2017-11-09 乐视控股(北京)有限公司 Trip reminding method and trip reminding device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012097633A2 (en) * 2011-11-10 2012-07-26 华为终端有限公司 Method, device and mobile terminal for information reminding
CN104917795A (en) * 2014-03-13 2015-09-16 腾讯科技(深圳)有限公司 Subscription information alert method and device
CN106685790A (en) * 2015-11-05 2017-05-17 阿里巴巴集团控股有限公司 Instant messaging message prompt method and client side
US20170180294A1 (en) * 2015-12-21 2017-06-22 Google Inc. Automatic suggestions for message exchange threads
WO2017140215A1 (en) * 2016-02-17 2017-08-24 阿里巴巴集团控股有限公司 Prompting method and device
WO2017166883A1 (en) * 2016-03-31 2017-10-05 宇龙计算机通信科技(深圳)有限公司 Weather information notification method and device
WO2017190470A1 (en) * 2016-05-03 2017-11-09 乐视控股(北京)有限公司 Trip reminding method and trip reminding device

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254839A (en) * 2021-06-18 2021-08-13 每日互动股份有限公司 Layer-by-layer message distribution method, electronic client and medium
CN113595880A (en) * 2021-07-26 2021-11-02 维沃移动通信(杭州)有限公司 Message pushing method and device
CN113949682A (en) * 2021-08-30 2022-01-18 北京达佳互联信息技术有限公司 Message processing method and device, electronic equipment and storage medium
CN113839855A (en) * 2021-09-22 2021-12-24 武汉夜莺科技有限公司 Session reminding method, device and storage medium
CN113992744A (en) * 2021-09-26 2022-01-28 青岛海尔科技有限公司 Message pushing method and device, storage medium and electronic device
CN115190093A (en) * 2022-08-07 2022-10-14 王桂英 Method, device, computer equipment and storage medium for simplifying instant messaging operation
CN115190093B (en) * 2022-08-07 2024-04-09 王桂英 Method, device, computer equipment and storage medium for simplifying instant messaging operation

Also Published As

Publication number Publication date
CN112448879B (en) 2022-09-13

Similar Documents

Publication Publication Date Title
CN112448879B (en) Reminding message pushing method and device, terminal and computer readable storage medium
US20200159392A1 (en) Method of processing content and electronic device thereof
CN106327142A (en) Information display method and apparatus
CN105592150B (en) Method, device and system for acquiring push data
US10430986B2 (en) Clustering photographs for display on a digital picture frame
US9307033B1 (en) Scheduling alerts based on calendar and location
US10820293B2 (en) Digital picture frame with improved display of community photographs
CN110334289B (en) Travel destination determining method and target user determining method
US20150054981A1 (en) Method, electronic device, and computer program product
US11665287B2 (en) Frame setup methods for digital picture frames
US11640497B2 (en) Structured activity templates for social media content
EP2518712A2 (en) Method for displaying marker in a map service
WO2014205763A1 (en) Method and apparatus for facilitating meeting
US20140172574A1 (en) Information transmission device, information transmission method, and non-transitory computer-readable recording medium
US8244858B2 (en) Action execution based on user modified hypothesis
US20160112526A1 (en) Method and apparatus for outputting notification event
WO2019033101A1 (en) Configuring an application feature using event records
CN103873552A (en) System, method, device and computer readable medium for distributing content easily seen by terminal device having small display part
JP6721200B1 (en) Program, method and information processing apparatus
CN104850558A (en) Transaction management method and device based on communication text information, and terminal
CN102638619A (en) System and method for quickly setting information content time as reminder time
US8751609B2 (en) Destination planning method
EP2911418A1 (en) Communication function-equipped electronic device and message communication method thereof
US8180830B2 (en) Action execution based on user modified hypothesis
JP2008048287A (en) Network community system, method for forming network community, and program for network community system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40040463

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant