CN110309005B - Function calling method and device, terminal equipment and storage medium - Google Patents

Function calling method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN110309005B
CN110309005B CN201910580547.6A CN201910580547A CN110309005B CN 110309005 B CN110309005 B CN 110309005B CN 201910580547 A CN201910580547 A CN 201910580547A CN 110309005 B CN110309005 B CN 110309005B
Authority
CN
China
Prior art keywords
protocol data
target program
function
program
jump
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
CN201910580547.6A
Other languages
Chinese (zh)
Other versions
CN110309005A (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.)
Baidu Online Network Technology Beijing Co Ltd
Original Assignee
Baidu Online Network Technology Beijing 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 Baidu Online Network Technology Beijing Co Ltd filed Critical Baidu Online Network Technology Beijing Co Ltd
Priority to CN201910580547.6A priority Critical patent/CN110309005B/en
Publication of CN110309005A publication Critical patent/CN110309005A/en
Application granted granted Critical
Publication of CN110309005B publication Critical patent/CN110309005B/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/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • G06F9/4486Formation of subprogram jump address
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Abstract

The invention discloses a function calling method, a function calling device, terminal equipment and a storage medium. The method comprises the following steps: when a function calling triggering operation is detected in a current application program interface, generating jump protocol data based on the function calling triggering operation; and sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data. According to the technical scheme, the routing service module arranged in the current application program is used for simultaneously calling at least one target program to execute the called function, so that the diversity, comprehensiveness and comprehensiveness of function calling are improved, and the flexibility and expansibility of the application program are further improved.

Description

Function calling method and device, terminal equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a function calling method, a function calling device, terminal equipment and a storage medium.
Background
With the rapid popularization of intelligent terminal equipment and the rapid promotion of mobile network speed, content resources and the like, various content services can be rapidly popularized and used, the traditional life style of people is effectively changed, and with the technical breakthroughs of different forms, the service styles of different forms can be rapidly released and subjected to online experiments.
When a user accesses a page of an Application (APP) through a mobile terminal, a function is called based on some trigger operations of the user, usually another APP is called, and a corresponding function interface in the called APP is entered. For example, when the user uses the Baidu helper APP, if the keyword 'restaurant' is input for searching, the system calls APPs such as public comment or American takeaway, and the user can check and search the restaurants in the displayed APP pages such as the public comment or the American takeaway.
According to the above scheme for function calling, since function calling of a single other APP can only be performed when accessing the APP, the method for function calling is single, and it is difficult to adapt to diverse needs of different scenes, and further improvement is urgently needed.
Disclosure of Invention
The invention provides a function calling method, a function calling device, terminal equipment and a storage medium, which are used for realizing the interoperability, diversity, comprehensiveness and comprehensiveness of function calling when an application program is accessed for function calling.
In a first aspect, an embodiment of the present invention provides a function calling method, including:
when a function calling triggering operation is detected in a current application program interface, generating jump protocol data based on the function calling triggering operation;
and sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data.
In a second aspect, an embodiment of the present invention further provides a function calling apparatus, including:
the system comprises a skip protocol generation module, a function call trigger operation generation module and a skip protocol generation module, wherein the skip protocol generation module is used for generating skip protocol data based on the function call trigger operation when the function call trigger operation is detected in a current application program interface;
and the jump protocol sending module is used for sending the jump protocol data to a routing service module in the current application program, determining at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program so as to enable the target program to execute the called function based on the jump protocol data.
In a third aspect, an embodiment of the present invention further provides a terminal device, including:
one or more processors;
a memory for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement a function calling method as provided in an embodiment of the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a function calling method as provided in the embodiment of the first aspect.
According to the embodiment of the invention, when the function calling triggering operation is detected in the current application program interface, the jump protocol data is generated based on the function calling triggering operation; and sending the jump protocol data to a routing service module in the current application program, determining at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program so that the target program executes the called function based on the jump protocol data. According to the technical scheme, the routing service module arranged in the current application program is used for simultaneously calling the function called by executing at least one target program, so that the problem that the execution method of the function calling scheme in the prior art is single is solved, the interoperability, diversity, comprehensiveness and comprehensiveness of function calling are improved, and the flexibility and expansibility of the application program are further improved.
Drawings
Fig. 1 is a flowchart of a function calling method according to a first embodiment of the present invention;
FIG. 2A is a flowchart of a function calling method according to a second embodiment of the present invention;
fig. 2B is a schematic structural framework diagram of a terminal device in the second embodiment of the present invention;
FIG. 3 is a flowchart of a function calling method according to a third embodiment of the present invention;
FIG. 4A is a flowchart of a function calling method according to a fourth embodiment of the present invention;
fig. 4B is a schematic diagram illustrating an album plug-in call according to a fourth embodiment of the present invention;
FIG. 4C is a diagram illustrating a reverse call of an album plug-in according to a fourth embodiment of the present invention;
fig. 5 is a structural diagram of a function calling apparatus according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of a terminal device in a sixth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a function calling method according to a first embodiment of the present invention. The method is executed by a function calling device, the device is realized by software and/or hardware, and is specifically configured in terminal equipment with certain data operation capability. The terminal equipment can be mobile terminals such as smart phones, tablet computers and personal computers, and can also be fixed equipment such as desktop computers.
A function call method as shown in fig. 1, comprising:
s110, when the function call triggering operation is detected in the current application program interface, generating jump protocol data based on the function call triggering operation.
The current application program is any application program installed in the terminal equipment, and the terminal equipment displays an interface of the current application program.
The jump protocol data comprises protocol data followed when page jump operation is executed and parameter information of a called function, and is used for realizing jump among different interfaces in the same program and also realizing interface jump among different programs. The parameter information includes a program identifier of a target program corresponding to the called function, a page identifier corresponding to the skipped target page, and the like. Illustratively, the hopping protocol data may be custom extension protocol data of class Scheme.
Displaying a current application program interface in the terminal equipment, determining a called function and parameter information of the called function based on the called function triggering operation when a user executes the function calling triggering operation on the current application program interface, and generating a function calling instruction according to the called function and the parameter information of the called function; and when detecting a function call instruction corresponding to the function call trigger operation in the current application program interface, generating jump protocol data based on the received function call instruction.
The function calling triggering operation executed by the user can be a voice instruction sending operation, a screen touch operation, a command line input operation or the like for function calling; accordingly, the generated function call instruction may be a voice command for function call, a touch operation to a screen, or an input command line, etc.
S120, sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data.
The target program can be arranged in the current application program, and can also exist independently from the current application program. Illustratively, the target program may be at least one of other application programs, components set in the current application program, plug-ins, and applets.
And a routing service module is arranged in the application program and used for transmitting data to the target program by the proxy application program and screening the target program according to the user requirement. Optionally, the routing service module is encapsulated in a Software Development Kit (SDK). Illustratively, the routing service module may be encapsulated in a JAR (Java Archive) bundle of files, or an AAR (Android Archive, binary Archive of Android library items) bundle of files.
In this step, after the jump protocol data is generated, the jump protocol data is transmitted to a routing service module in the application program; correspondingly, the route service module receives the jump protocol data, determines at least one target program for realizing the called function based on the jump protocol data, and sends the jump protocol data to the determined at least one target program; and after receiving the jump protocol data, the target program executes the called function based on the jump protocol data.
Illustratively, the target program executing the called function based on the jump protocol data may be: the target program executes the called function based on the parameter information of the called function contained in the jump protocol data, and the called function comprises: at least one of a page opening operation, an information search operation, a data download operation, a garbage cleaning operation, and a mobile phone acceleration operation.
According to the embodiment of the invention, when the function calling triggering operation is detected in the current application program interface, the jump protocol data is generated based on the function calling triggering operation; and sending the jump protocol data to a routing service module in the current application program, determining at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program so that the target program executes the called function based on the jump protocol data. According to the technical scheme, the routing service module arranged in the current application program is used for simultaneously calling the function called by executing at least one target program, so that the problem that the execution method of the function calling scheme in the prior art is single is solved, the interoperability, diversity, comprehensiveness and comprehensiveness of function calling are improved, and the flexibility and expansibility of the application program are further improved.
Example two
Fig. 2A is a flowchart of a function calling method in the second embodiment of the present invention, and the second embodiment of the present invention performs optimization and improvement on the basis of the technical solutions of the foregoing embodiments.
Further, after the operation of executing the called function based on the jump protocol data by the target program, additionally returning function execution result data to the application program by the target program to display the received function execution result data in the application program interface, so as to realize centralized display of the function execution result data.
A function call method as shown in fig. 2A, comprising:
s210, when detecting a function call triggering operation in the current application program interface, generating jump protocol data based on the function call triggering operation.
Illustratively, when a voice command for function call, a touch operation on a screen, or an input command line is detected while the terminal device displays a current application program interface, jump protocol data is generated based on a function call trigger operation.
The description is made by referring to the schematic structural framework diagram of the terminal device shown in fig. 2B.
The terminal device comprises a detection module, a routing service module and a display module which are positioned in an application program, and a target program.
Displaying an application program interface, and generating a function calling instruction by inputting a voice command, executing a specific touch operation on a screen or inputting a corresponding command line when a user has a function calling requirement; and when the detection module detects the generated function calling instruction, generating jump protocol data based on the function calling instruction.
S220, sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data.
And S230, returning the function execution result data to the application program by the target program so as to display the received function execution result data in the application program interface.
Wherein, the type of the function execution result data comprises: at least one of teletext layout data, notification messages, video, audio, and web pages.
Illustratively, the displaying of the received function execution result data in the application program interface may be: and processing the function execution result data returned by each target program, packaging the processed data in a view control, and displaying the data through the view control.
Optionally, the function execution result data returned by each target program may be processed by performing format conversion on the function execution result data returned by each target program, so that the function execution result data after format conversion can be normally displayed in an application program interface.
Optionally, the function execution result data returned by each target program is processed, and the function execution result data returned by each target program may also be sorted by using at least one of the following manners, so as to display the sorted function execution result data in an application program interface: sequencing the execution result data of each function according to the preset priority of each target program; clustering analysis is carried out on the data of the execution result of each function, and the data of the execution result of each function are sequenced according to the clustering result; and sequencing the function execution result data so that the function execution result data returned by different target programs are uniformly distributed in the view control of the application program interface.
Optionally, the function execution result data returned by each target program is processed, or the function execution result data may be filtered through a preset blacklist, and/or the function execution result data may be screened according to a preset white list. The content included in the black list and/or the white list may be a program identifier of the target program, or an execution result identifier corresponding to the function execution result data. The content included in the black list and the white list can be automatically determined according to the historical operation of the user, and can be manually added or deleted by the user.
Continuing with the previous example, referring to fig. 2B, the detection module sends the generated jump protocol data to the routing service module inside the application; the routing service module receives the jump protocol data and determines at least one target program for realizing the called function based on the jump protocol data; the target program may be at least one of an application program, a plug-in provided in the application program, a component, an applet, and the like.
If the determined at least one target program is located in the local system and the target program and the application program support the same process, directly calling the target program and sending jump protocol data to the target program; if the determined at least one target program is located in the local system and the target program and the application program support cross-process, the target program is called through a cross-process communication module in the terminal device, such as an AIDL module or a Bundle module, and jump protocol data is sent to the target program through the AIDL module or the Bundle module; and if the determined at least one target program is positioned at the server, sending the jump protocol data to the target program by sending a network request message to the server.
And the target program receives the jump protocol data and executes the called function to obtain function execution result data based on the parameter information of the called function contained in the jump protocol data. It can be understood that, when the target program is located in the local system, the obtained function execution result data is fed back in an interface form, and accordingly, when the display module of the application program receives the function execution result data, the function execution result data can be directly displayed in the interface of the application program through the display module; when the target program is located at the server, the obtained function execution result data is fed back in a webpage form, and correspondingly, when the display module of the application program receives the function execution result data, the webpage can be constructed based on HTML5(Hyper Text Markup Language 5), and the webpage is displayed in the interface of the application program through the display module.
According to the embodiment of the invention, after the target program executes the called function based on the jump protocol data, the target program additionally returns the function execution result data to the application program, so that the received function execution result data is displayed in the application program, the centralized display of the function execution result data is realized, the simultaneous display of a plurality of target programs is avoided, the unified management of each function execution result data by a user is facilitated, and because the contents displayed on the application program interface are simultaneously from different target programs, the contents displayed on the application program interface are more comprehensive, the display effect of a page is improved, the functions of the application program are further enriched, and the use experience of the user is improved.
In another optional implementation manner of the embodiment of the present invention, in order to facilitate a user to conveniently obtain detailed content of function execution result data, after the receiving of the function execution result data is displayed in the application program interface, the method further includes: if the triggering operation of the displayed function execution result data is detected, determining a target program corresponding to the triggered function execution result data; if the target program is located in a local system, entering a page of the target program; and if the target program is positioned at the server, sending a data request to the server to acquire and display page data returned by the server.
It can be understood that, since the function execution result data of different target programs are collectively displayed in the application program interface, in view of the limited content displayed on a single page of the terminal device, the function execution result data that would be displayed in the application program interface generally only relates to the main information or the summary information. When a user triggers the interested content in the function execution result data displayed by the application program interface, the triggering operation of the displayed function execution result data is detected, and then the target program corresponding to the function execution result data triggered by the user is determined and the related page of the determined target program is displayed.
Because the target program corresponding to the application program can be located in the local system of the terminal device and can also be located in the server, after the target program is determined, the location of the determined target program is also determined. For example, the location of the target program may be determined according to whether the package name of the target program is stored in the terminal device local system. When the target program is located in the local system, the page of the target program can be directly accessed to display the corresponding page. When the target program is positioned at the server, sending a data request to the server; after receiving the data request, the server determines a page to be displayed according to the data request, and feeds back page data in the page to be displayed; and receiving and displaying the page data fed back by the server.
EXAMPLE III
Fig. 3 is a flowchart of a function calling method in the third embodiment of the present invention, and the third embodiment of the present invention performs optimization and improvement on the basis of the technical solutions of the above embodiments.
Further, the operation of sending the jump protocol data to each target program is refined into a step of calling the target program in a cross-process mode through a cross-process communication module such as an android interface definition language AIDL module aiming at the target program in a local system in the at least one target program, and the jump protocol data is sent to the target program; and/or aiming at the target program located at the server side in the at least one target program, sending the jump protocol data to the target program by sending a network request message to the server side so as to perfect a sending mechanism of the jump protocol data.
A function calling method as shown in fig. 3, comprising:
s310, when the function calling triggering operation is detected in the current application program interface, generating jump protocol data based on the function calling triggering operation.
S320, sending the jump protocol data to a routing service module in the current application program, so that at least one target program for realizing the called function is determined by the routing service module based on the jump protocol data, and the target program executes the called function based on the jump protocol data; the at least one target program comprises a target program located in a local system and/or a server.
Optionally, the determining, based on the jump protocol data, at least one target program for implementing the called function may be that the routing service module determines, based on target program identification information included in the jump protocol data, at least one target program for implementing the called function.
Illustratively, the target program identification information may be determined when the user performs a function call trigger operation and added to the jump protocol data. For example, at least one target program is selected in the application program interface, at least one target program identification information is added in the input voice command, or at least one target program identification information is input in the input command line, so as to limit the selection range of the target program corresponding to the current function call trigger operation.
Illustratively, the target program identification information may also be obtained by matching according to a preset cloud service priority policy corresponding to the application program, and added to the jump protocol data. The cloud service priority policy can be determined by user definition, and can also be determined by application program developers or managers according to needs or experience values.
Or optionally, determining at least one target program for implementing the called function based on the jump protocol data, or sending a broadcast message carrying the jump protocol data by the routing service module, so that the program receiving the broadcast message determines whether the program has the capability of executing the called function according to parameter information of the called function contained in the jump protocol data; if yes, returning a confirmation message; and taking the program which returns the confirmation message as the target program.
Specifically, the routing service module sends broadcast information carrying skip protocol data; analyzing and acquiring parameter information of a called function contained in jump protocol data in the broadcast information by a program receiving the broadcast message; the program receiving the broadcast message determines whether the program has the capability of executing the called function according to the acquired parameter information; the program with the function capability of executing the called function feeds back confirmation information to the routing service module in the current application program; and the routing service module determines the program for feeding back the confirmation information as a target program.
Or optionally, determining at least one target program for implementing the called function based on the jump protocol data, or determining a program corresponding to parameter information of the called function contained in the jump protocol data based on a preset mapping relation table; the mapping relation table records the corresponding relation between each subprogram identifier attached to the current application program and the parameter information. Since the target programs corresponding to different application programs are different, that is, the sub-programs attached to different application programs are different, the mapping relationship tables corresponding to different application programs are also different.
Specifically, after receiving the jump protocol data, the routing service module acquires parameter information of a called function in the jump protocol data; searching and determining a subprogram identifier corresponding to the parameter information of the called function in a preset mapping relation table corresponding to the current application program; and taking the subprogram corresponding to the determined subprogram identification as the target program.
Illustratively, when the called function includes a page opening operation, the corresponding parameter information includes identification information of a page to be opened, a page opening protocol and the like; when the called function comprises information searching operation, the corresponding parameter information comprises searching keywords, searching protocols and the like; when the called function comprises data downloading operation, the corresponding parameter information comprises the identification of the content to be downloaded, a downloading protocol and the like; the called function comprises garbage cleaning operation, and the parameter information of the corresponding called function comprises a garbage identifier to be cleaned, a cleaning protocol and the like; the called function comprises acceleration operation of the mobile phone, and the parameter information of the corresponding called function comprises an application identifier to be accelerated, an acceleration protocol and the like.
In an optional implementation manner of the embodiment of the present invention, for a target program located in a local system in the at least one target program, the client is directly invoked with a process, and the jump protocol data is sent to the target program.
In another optional implementation manner of the embodiment of the present invention, for an object program located in a local system in the at least one object program, the object program is invoked in a cross-process manner through a cross-process communication module, such as an aid id (Android Interface Definition Language) module, and the jump protocol data is sent to the object program.
In yet another optional implementation manner of the embodiment of the present invention, for a target program located at a server in the at least one target program, the jump protocol data is sent to the target program by sending a network request message to the server.
The method and the device have the advantages that the sending operation of the jump protocol data is refined into a target program for a local system, the target program is called in a cross-process mode through a cross-process communication module such as an AIDL module, and the jump protocol data is sent to the target program; aiming at the target program at the server, the jump protocol data is sent to the target program by sending the network request message to the server, so that the sending mechanism of the jump protocol data of different target programs is perfected, the jump protocol data are adapted to different categories of the target program corresponding to the current application program, the function calling scheme of the current application program is further perfected, and the user experience is improved.
Example four
Fig. 4A is a flowchart of a function calling method in the fourth embodiment of the present invention. The embodiment of the invention is optimized and improved on the basis of the technical scheme of each embodiment.
Further, before or after the function calling method, adding' when a function calling triggering operation is detected in a target program interface, generating jump protocol data based on the function calling triggering operation; and determining an application program for realizing the called function based on the jump protocol data, and sending the jump protocol data to the application program so that the application program executes the called function based on the jump protocol data to realize the reverse calling of the target program to the application program.
A function calling method as shown in fig. 4A, comprising:
s410, when the function calling triggering operation is detected in the current application program interface, generating jump protocol data based on the function calling triggering operation.
Taking the designated page function of opening the album plug-in (i.e. the target program) by using an assistant (application program) as an example, and combining the album plug-in call diagram shown in fig. 4B, an exemplary description is given.
When the triggering operation of the appointed page function of the album plug-in is detected in the Baidu helper interface, a page calling module (PageCaller) in the Baidu helper generates jump protocol data according to a protocol followed by page jump, a called target program identifier and a page identifier of an appointed page.
Illustratively, if the protocol followed by the page jump is "fork" protocol, the called target program is identified as "baidu. album", and the page identification of the designated page is "/app/MainActivity", then the jump protocol data generated by the page call module (pagecall) in the hundred degrees helper is "fork:// baidu. album/app/MainActivity". In order to facilitate data transmission between different modules, the generated hopping protocol data is generally Scheme protocol data. It will be appreciated that the type and content of the jump protocol data may be further extended for other complex scenarios.
S420, sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data.
The generated jump protocol data "fork:// baidu. album/app/MainAcuity" is sent to the routing service module (CallRouter) of the fork SDK through a page call module (PageCaller) in the hundred helper. And the routing service module analyzes the jump protocol data to obtain the parameter information of the called function, including the target program identifier of' baidu. When the album plug-in is installed locally on the terminal device, the album plug-in is called up across processes through the AIDL module, corresponding data is generated, the generated data is dispatched to a page routing module (PagesRouter) of the album plug-in, and then calling up and executing of specific path functions of a subsequent "/app/MainAcitivity" main interface is carried out, and page data is obtained.
S430, when the function calling triggering operation is detected in the target program interface, generating jump protocol data based on the function calling triggering operation.
The function call trigger operation detected in the target program interface may be a function call trigger operation automatically triggered and generated by the target program. For example, when the target program is a voice memo plug-in corresponding to the application program, and when a current reminding event recorded in the voice memo plug-in meets a set reminding condition and an event needs to be reminded, a function call trigger operation is generated according to a reminding message corresponding to the current reminding event, so that the current reminding event is reminded through the application program. For another example, when the target program is a downloading program corresponding to the application program, and after the downloading operation executed by the downloading program is completed, and it is necessary to prompt the user whether to perform subsequent operations such as starting or installing on the downloaded content, a function call trigger operation is generated according to the downloading completion information, so as to display the downloading completion information through the application program, and further prompt the user to perform subsequent processing such as starting or installing on the downloaded content.
Taking the detail page function of opening an encyclopedia helper (application program) through an album plug-in (i.e. a target program) as an example, and combining with the album plug-in reverse call schematic diagram shown in fig. 4C, an exemplary description is made.
When the triggering operation of the appointed page function of the hundred-degree assistant is detected in an album plug-in interface installed in the local system, a page calling module (PageCaller) in the album plug-in generates the jump protocol data according to the protocol followed by the page jump, the called application program identification and the page identification of the appointed page.
Illustratively, if the protocol followed by the page jump is "fork", the called application is identified as "baidu. appsearch", and the page identification of the designated page is "appdailaceactivity", the jump protocol data generated by the page call module (PageCaller) in the album plug-in is "fork:// baidu. appsearch/app/appdailaceactivity". In order to facilitate data transmission between different modules, the generated hopping protocol data is generally Scheme protocol data. It will be appreciated that the type and content of the jump protocol data may be further extended for other complex scenarios.
S440, determining an application program for realizing the called function based on the jump protocol data, and sending the jump protocol data to the application program so that the application program executes the called function based on the jump protocol data.
And determining parameter information of the called function based on the jump protocol data 'fork:// basic. appsearch/app/appPDetail Activity', wherein the parameter information comprises the application program identification called by the basic. appsearch 'and the page identification of the detail page of the appPDetail activity'. And sending the jump protocol to an application program, namely Baidu helper' baidu. The method comprises the steps of starting a hundred-degree assistant through a page calling module (PageCaller) in an album plug-in via an AIDL module in a cross-process mode, scheduling detail page data corresponding to detail page identification to a page routing module (PagesRouter) in the hundred-degree assistant, and starting and executing subsequent specific application detail functions such as "/app/APPPDetailactivity" after scheduling is successful, so as to obtain page data.
The steps S430 to S440 may be executed before the steps S410 to S420, or may be executed after the steps S410 to S420, and the specific execution sequence of the steps S430 to S440 and S410 to S420 is not limited in any way in the embodiment of the present invention.
According to the embodiment of the invention, when the function calling triggering operation is detected in the target program interface through the addition, the jump protocol data is generated based on the function calling triggering operation; and determining an application program for realizing the called function based on the jump protocol data, and sending the jump protocol data to the application program so that the application program executes the called function based on the jump protocol data to realize the reverse calling of the application program in the target program, thereby facilitating the realization of the bidirectional interaction between the target program and the application program, further enriching the functions of the application program and improving the use experience of a user.
EXAMPLE five
Fig. 5 is a structural diagram of a function calling apparatus according to a fifth embodiment of the present invention. The embodiment of the invention is suitable for the condition that the function calling triggering operation is executed in the application program interface to execute the corresponding function, and the device is realized by software and/or hardware and is specifically configured in the terminal equipment with certain data operation capability. The terminal equipment can be mobile equipment such as a smart phone, a tablet personal computer and a personal computer, and can also be fixed equipment such as a desktop computer.
A function calling apparatus as shown in fig. 5, comprising: a skip protocol generation module 510 and a skip protocol transmission module 520.
The skip protocol generation module 510 is configured to, when a function call trigger operation is detected in a current application program interface, generate skip protocol data based on the function call trigger operation;
a jump protocol sending module 520, configured to send the jump protocol data to a routing service module inside a current application program, so as to determine, by the routing service module, at least one target program that implements a called function based on the jump protocol data, and send the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data.
In the embodiment of the invention, when the function calling triggering operation is detected in the current application program interface through the jumping protocol generating module, the jumping protocol data is generated based on the function calling triggering operation; and sending the jump protocol data to a routing service module in the current application program through a jump protocol sending module, determining at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program so that the target program executes the called function based on the jump protocol data. According to the technical scheme, the routing service module arranged in the current application program is used for simultaneously calling the function called by executing at least one target program, so that the problem that the execution method of the function calling scheme in the prior art is single is solved, the diversity, comprehensiveness and comprehensiveness of function calling are improved, and the flexibility and expansibility of the application program are further improved.
Further, the device also comprises an execution result display module, which is used for:
and after the target program executes the called function based on the jump protocol data, returning function execution result data to the application program by the target program so as to display the received function execution result data in the application program interface.
Further, the types of the function execution result data include: at least one of teletext layout data, notification messages, video, audio, and web pages.
Further, the execution result display module, when executing to display the received function execution result data in the application program interface, is specifically configured to:
and processing the function execution result data returned by each target program, packaging the processed data in a view control, and displaying the data through the view control.
Further, the device further comprises an object program display module, which is specifically configured to:
after the function execution result data is displayed and received in the application program interface, if the triggering operation of the displayed function execution result data is detected, determining a target program corresponding to the triggered function execution result data;
if the target program is located in a local system, entering a page of the target program; and if the target program is positioned at the server, sending a data request to the server to acquire and display page data returned by the server.
Further, the jump protocol sending module 520, when executing at least one target program that is determined to implement the called function based on the jump protocol data, is specifically configured to:
determining at least one target program for realizing the called function based on target program identification information contained in the jump protocol data; alternatively, the first and second electrodes may be,
sending a broadcast message carrying the jump protocol data so that a program receiving the broadcast message determines whether the program has the capability of executing the called function according to the parameter information of the called function contained in the jump protocol data, and if so, returning a confirmation message; taking the program returning the confirmation message as a target program; alternatively, the first and second electrodes may be,
determining a program corresponding to parameter information of the called function contained in the jump protocol data based on a preset mapping relation table, and taking the determined program as a target program; wherein, the mapping relation table records the corresponding relation between each subprogram identifier attached by the current application program and the parameter information.
Further, the skip protocol sending module 520, when executing sending the skip protocol data to each target program, is specifically configured to:
for a target program located in a local system in the at least one target program, calling the target program in a cross-process mode through a cross-process communication module, and sending the jump protocol data to the target program; and/or the presence of a gas in the gas,
and aiming at the target program positioned at the server side in the at least one target program, sending the jump protocol data to the target program by sending a network request message to the server side.
Further, when the target program executes the called function based on the jump protocol data, the target program is specifically configured to:
the target program executes the called function based on the parameter information of the called function included in the jump protocol data, and the called function includes: at least one of a page opening operation, an information search operation, a data download operation, a garbage cleaning operation, and a mobile phone acceleration operation.
Further, the jump protocol generating module 510, when detecting the function call trigger operation in the current application program interface, is specifically configured to:
while displaying the current application interface, a voice command for function call, a touch operation on a screen, or an input command line is detected.
Further, the apparatus further includes a reverse call module, specifically configured to:
when a function calling triggering operation is detected in a target program interface, generating jump protocol data based on the function calling triggering operation;
determining an application program implementing the called function based on the jump protocol data, and sending the jump protocol data to the application program to execute the called function by the application program based on the jump protocol data.
Further, the routing service module is packaged in a Software Development Kit (SDK).
Further, the jump protocol data is custom extension protocol data similar to Scheme.
Further, the types of the application programs are: an application program;
the type of the at least one target program comprises: at least one of an application, a component set in a current application, a plug-in, and an applet.
The function calling device provided by the embodiment of the invention can execute the function calling method provided by any embodiment of the invention, and has the corresponding function module and beneficial effect of executing the function calling method.
EXAMPLE six
Fig. 6 is a schematic structural diagram of a terminal device according to a sixth embodiment of the present invention. Fig. 6 illustrates a block diagram of an exemplary terminal device 612 suitable for use in implementing embodiments of the present invention. The terminal device 612 shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 6, terminal device 612 is in the form of a general purpose computing device. The components of terminal device 612 may include, but are not limited to: one or more processors or processing units 616, a system memory 628, and a bus 618 that couples various system components including the system memory 628 and the processing unit 616.
Bus 618 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Terminal device 612 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by terminal device 612 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 628 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)630 and/or cache memory 632. Terminal device 612 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 634 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 6, commonly referred to as a "hard disk drive"). Although not shown in FIG. 6, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be connected to bus 618 by one or more data media interfaces. Memory 628 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 640 having a set (at least one) of program modules 642 may be stored, for example, in memory 628, such program modules 642 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 642 generally perform the functions and/or methods of the described embodiments of the present invention.
Terminal device 612 may also communicate with one or more external devices 614 (e.g., keyboard, pointing device, display 624, etc.), with one or more devices that enable a user to interact with terminal device 612, and/or with any devices (e.g., network card, modem, etc.) that enable terminal device 612 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 622. Also, terminal device 612 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via network adapter 620. As shown, the network adapter 620 communicates with the other modules of the end device 612 via a bus 618. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the terminal device 612, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 616 executes various functional applications and data processing, for example, a function calling method provided by an embodiment of the present invention, by executing at least one program of a plurality of programs stored in the system memory 628.
EXAMPLE seven
The seventh embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a function calling method provided in any embodiment of the present invention, and the method includes: when a function calling triggering operation is detected in a current application program interface, generating jump protocol data based on the function calling triggering operation; and sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (12)

1. A function calling method, comprising:
when a function calling triggering operation is detected in a current application program interface, generating jump protocol data based on the function calling triggering operation;
sending the jump protocol data to a routing service module in the current application program, so as to determine at least one target program for realizing the called function based on the jump protocol data through the routing service module, and sending the jump protocol data to each target program, so that the target program executes the called function based on the jump protocol data;
wherein the determining at least one target program that implements the called function based on the jump protocol data comprises:
sending a broadcast message carrying the jump protocol data so that a program receiving the broadcast message determines whether the program has the capability of executing the called function according to the parameter information of the called function contained in the jump protocol data, and if so, returning a confirmation message; taking the program returning the confirmation message as a target program;
the sending the jump protocol data to each target program includes:
for a target program located in a local system in the at least one target program, calling the target program in a cross-process mode through a cross-process communication module, and sending the jump protocol data to the target program; and/or the presence of a gas in the gas,
aiming at a target program located at a server side in the at least one target program, sending the jump protocol data to the target program by sending a network request message to the server side;
the jump protocol data comprises protocol data followed when page jump operation is executed and parameter information of a called function, and is used for realizing jump among different interfaces in the same program and realizing interface jump among different programs.
2. The method of claim 1, wherein the type of the at least one target program comprises: at least one of an application, a component set in a current application, a plug-in, and an applet.
3. The method of claim 1, wherein the target program performs the invoked function based on the jump protocol data, comprising:
the target program executes the called function based on the parameter information of the called function included in the jump protocol data, and the called function includes: at least one of a page opening operation, an information search operation, a data download operation, a garbage cleaning operation, and a mobile phone acceleration operation.
4. The method of claim 3, wherein:
if the called function comprises a page opening operation, the parameter information of the called function comprises identification information of a page to be opened and a page opening protocol;
if the called function comprises an information searching operation, the parameter information of the called function comprises a searching keyword and a searching protocol;
if the called function comprises data downloading operation, the parameter information of the called function comprises a content identifier to be downloaded and a downloading protocol;
if the called function comprises a garbage cleaning operation, the parameter information of the called function comprises a garbage identifier to be cleaned and a cleaning protocol;
if the called function comprises the acceleration operation of the mobile phone, the parameter information of the called function comprises the application identifier to be accelerated and the acceleration protocol.
5. The method of claim 1, wherein detecting a function call trigger operation in the current application program interface comprises:
while displaying the current application interface, a voice command for function call, a touch operation on a screen, or an input command line is detected.
6. The method of claim 1, further comprising:
when a function calling triggering operation is detected in a target program interface, generating jump protocol data based on the function calling triggering operation;
determining an application program implementing the called function based on the jump protocol data, and sending the jump protocol data to the application program to execute the called function by the application program based on the jump protocol data.
7. The method according to any of claims 1-6, wherein after the target program performs the called function based on the jump protocol data, the method further comprises:
and returning the function execution result data to the application program by the target program so as to display the received function execution result data in the application program interface.
8. The method of claim 7, wherein the type of function execution result data comprises: at least one of teletext layout data, notification messages, video, audio, and web pages.
9. The method of claim 7, wherein presenting in the application program interface that the function execution result data is received comprises:
and processing the function execution result data returned by each target program, packaging the processed data in a view control, and displaying the data through the view control.
10. A function calling apparatus, comprising:
the system comprises a skip protocol generation module, a function call trigger operation generation module and a skip protocol generation module, wherein the skip protocol generation module is used for generating skip protocol data based on the function call trigger operation when the function call trigger operation is detected in a current application program interface;
a skip protocol sending module, configured to send the skip protocol data to a routing service module inside a current application program, so as to determine, by the routing service module, at least one target program that implements a called function based on the skip protocol data, and send the skip protocol data to each target program, so that the target program executes the called function based on the skip protocol data;
wherein, the skip protocol sending module, when executing at least one target program that realizes the called function determined based on the skip protocol data, is specifically configured to:
sending a broadcast message carrying the jump protocol data so that a program receiving the broadcast message determines whether the program has the capability of executing the called function according to the parameter information of the called function contained in the jump protocol data, and if so, returning a confirmation message; taking the program returning the confirmation message as a target program;
the skip protocol sending module, when executing sending the skip protocol data to each target program, is specifically configured to:
for a target program located in a local system in the at least one target program, calling the target program in a cross-process mode through a cross-process communication module, and sending the jump protocol data to the target program; and/or the presence of a gas in the gas,
aiming at a target program located at a server side in the at least one target program, sending the jump protocol data to the target program by sending a network request message to the server side;
the jump protocol data comprises protocol data followed when page jump operation is executed and parameter information of a called function, and is used for realizing jump among different interfaces in the same program and realizing interface jump among different programs.
11. A terminal device, comprising:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a function invocation method according to any of claims 1-9.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a function calling method according to any one of claims 1 to 9.
CN201910580547.6A 2019-06-28 2019-06-28 Function calling method and device, terminal equipment and storage medium Active CN110309005B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910580547.6A CN110309005B (en) 2019-06-28 2019-06-28 Function calling method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910580547.6A CN110309005B (en) 2019-06-28 2019-06-28 Function calling method and device, terminal equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110309005A CN110309005A (en) 2019-10-08
CN110309005B true CN110309005B (en) 2022-03-25

Family

ID=68079574

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910580547.6A Active CN110309005B (en) 2019-06-28 2019-06-28 Function calling method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110309005B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110716786B (en) * 2019-10-16 2021-10-22 腾讯科技(深圳)有限公司 Page display method, system and storage medium
CN110908763A (en) * 2019-11-27 2020-03-24 上海米哈游网络科技股份有限公司 Acceptance method, device, equipment and storage medium
CN110990759A (en) * 2019-12-11 2020-04-10 赵波 Alternating current transmission mining dump truck and electric shovel matching model selection control system and method
CN111478956B (en) * 2020-04-01 2023-05-09 百度在线网络技术(北京)有限公司 Deployment and preview method and device of small program package
CN113760382A (en) * 2020-10-15 2021-12-07 北京沃东天骏信息技术有限公司 Plug-in starting method and device, terminal equipment and storage medium
CN112685093A (en) * 2020-12-18 2021-04-20 百度在线网络技术(北京)有限公司 Application intention response method, device, equipment, storage medium and program product
CN112764846B (en) * 2020-12-31 2022-12-27 北京达佳互联信息技术有限公司 Interface display method and device, electronic equipment and storage medium
CN112948824B (en) * 2021-03-31 2022-04-26 支付宝(杭州)信息技术有限公司 Program communication method, device and equipment based on privacy protection

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012157698A1 (en) * 2011-05-18 2012-11-22 日本放送協会 Reception device, program and reception method
CN106970739A (en) * 2017-03-13 2017-07-21 广州视源电子科技股份有限公司 A kind of method and its system for calling application function by global tool suspension
CN107329843A (en) * 2017-06-30 2017-11-07 百度在线网络技术(北京)有限公司 Application program sound control method, device, equipment and storage medium
CN108469979A (en) * 2018-03-28 2018-08-31 深圳前海桔子信息技术有限公司 A kind of method for page jump, device, server and storage medium
CN108513157A (en) * 2018-03-30 2018-09-07 惠州Tcl家电集团有限公司 The method, apparatus and computer readable storage medium of keystroke handling
CN109240758A (en) * 2018-07-25 2019-01-18 武汉精测电子集团股份有限公司 A kind of method and microkernel architecture for supporting card i/f synchronous asynchronous unified call

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101661392B (en) * 2008-08-29 2012-07-25 中国移动通信集团公司 Method, device and equipment for operating special interface tool on mobile terminal
US9195477B1 (en) * 2012-10-09 2015-11-24 Sencha, Inc. Device profiles, deep linking, and browser history support for web applications
JP6355341B2 (en) * 2014-01-22 2018-07-11 キヤノン株式会社 Information processing terminal, information processing terminal control method, and program
US9647968B2 (en) * 2015-03-25 2017-05-09 Pypestream Inc Systems and methods for invoking chatbots in a channel based communication system
US10511491B2 (en) * 2016-01-27 2019-12-17 Starry, Inc. Method and device for evaluating local area network
CN108345481B (en) * 2017-01-22 2023-04-18 腾讯科技(深圳)有限公司 Page display method and device, client and server
CN107168738A (en) * 2017-05-12 2017-09-15 广州视源电子科技股份有限公司 A kind of management method of application tool, device, equipment and storage medium
CN107784065B (en) * 2017-08-17 2021-04-27 平安壹钱包电子商务有限公司 Service data tracking method and device, computer equipment and storage medium
CN107577541A (en) * 2017-09-05 2018-01-12 浪潮通用软件有限公司 A kind of application and a kind of call method of component
CN109379284B (en) * 2018-09-17 2022-09-27 平安科技(深圳)有限公司 Route execution method, storage medium, and terminal device
CN109857488B (en) * 2019-02-14 2022-05-27 百度在线网络技术(北京)有限公司 Application program call control method and device, terminal and readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012157698A1 (en) * 2011-05-18 2012-11-22 日本放送協会 Reception device, program and reception method
CN106970739A (en) * 2017-03-13 2017-07-21 广州视源电子科技股份有限公司 A kind of method and its system for calling application function by global tool suspension
CN107329843A (en) * 2017-06-30 2017-11-07 百度在线网络技术(北京)有限公司 Application program sound control method, device, equipment and storage medium
CN108469979A (en) * 2018-03-28 2018-08-31 深圳前海桔子信息技术有限公司 A kind of method for page jump, device, server and storage medium
CN108513157A (en) * 2018-03-30 2018-09-07 惠州Tcl家电集团有限公司 The method, apparatus and computer readable storage medium of keystroke handling
CN109240758A (en) * 2018-07-25 2019-01-18 武汉精测电子集团股份有限公司 A kind of method and microkernel architecture for supporting card i/f synchronous asynchronous unified call

Also Published As

Publication number Publication date
CN110309005A (en) 2019-10-08

Similar Documents

Publication Publication Date Title
CN110309005B (en) Function calling method and device, terminal equipment and storage medium
CN110309006B (en) Function calling method and device, terminal equipment and storage medium
WO2009038667A2 (en) Messaging and application system integration
CN111190673B (en) Page display method and device based on operation monitoring and electronic equipment
US20170228107A1 (en) Generating predictive action buttons within a graphical user interface
CN111291103A (en) Interface data analysis method and device, electronic equipment and storage medium
US20220385618A1 (en) Information display method and apparatus, electronic device, and storage medium
CN110704102A (en) Page jump protocol interface document generation method, system, medium and electronic device
US20240004917A1 (en) Data processing method and device, terminal, and storage medium
US20230297767A1 (en) Document editing method and apparatus, and electronic device
US20220391058A1 (en) Interaction information processing method and apparatus, electronic device and storage medium
CN111782988A (en) Method, device, computer system and storage medium for determining source of application program
CN114443905A (en) Interface document updating method and device, electronic equipment and readable storage medium
US20230409814A1 (en) Document editing method and apparatus, device, and storage medium
US20230401377A1 (en) Document creation method and apparatus, and device and storage medium
WO2023131263A1 (en) Group member adding method and apparatus, device, and medium
CN112287643B (en) Message monitoring method, device, equipment and computer readable storage medium
CN111194026B (en) Information sending method and device and electronic equipment
CN113761588A (en) Data verification method and device, terminal equipment and storage medium
CN112104745A (en) Information configuration system, method, electronic device and storage medium
CN112487218A (en) Content processing method, system, device, computing equipment and storage medium
CN114422468A (en) Message processing method, device, terminal and storage medium
CN111767111A (en) Page data processing method and device, electronic equipment and storage medium
KR20130138597A (en) System for data common service, apparatus and method for data common service
US20180019963A1 (en) Interactive operation method, and transmitter machine, receiver machine and interactive operation system using the same

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
GR01 Patent grant
GR01 Patent grant