英語 での A callback の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
If you set this to a callback on an event, our servers will request this URL when the event is triggered.
This method accepts a callback, file name, and an optional array of headers as its arguments.
One common use of this feature is to pass an anonymous function as a callback to another, possibly an asynchronous function.
Re-establishing a callback involves a status check and does not require re-reading the file itself.
Getting the result out of a callback- or event-based function basically means“being in the right place at the right time”.
Returns the total number of components in children, equal to the number of times that a callback passed to map or forEach would be invoked.
The simplest usecase is to have a single function and use it as a callback.
Objects that support event triggering are inherited here. The same function of the same event will only generate a callback.
Sometimes layout is triggered as a callback after an initial layout because some attributes, like the scrolling position changed.
In some rare cases you might need to memoize a callback with useCallback but the memoization doesn't work very well because the inner function has to be re-created too often.
Users that initiate a callback to countries where these languages are used are greeted in the corresponding language, followed by the same greeting in English.
The Queue::before and Queue::after methods allow you to register a callback to be executed before a queued job is started or when it executes successfully.
If you require more complicated logic to determine what responses to return for certain endpoints, you may pass a callback to the fake method.
We need a way to hook into this mecanim trigger, fortunately Bolt lets you hook into mecanim and get a callback whenever a trigger is raised.
When this happens, Adjust can send a callback with the updated attribution information, for the updated attribution event in the Adjust Dashboard.
However, when we perform an effect, our hypothetical engine would create a callback with the rest of our function, and resume with calls it.
Configuring a callback URL gives app developers the flexibility to send their end users to a specific site to log in, such as Twitter, Facebook, Google, etc.
You can enter a callback URL to be triggered on each event on the“Events” screen of your dashboard- and no SDK modifications are required to change them at any time.
The channel method accepts two arguments: the name of the channel and a callback which returns true or false indicating whether the user is authorized to listen on the channel.
If one or more of your API proxies uses"three-legged OAuth"(OAuth's authorization code grant type), developers need to specify a callback URL when they register their apps.