CALLBACK METHOD Meaning in Japanese - translations and usage examples

Noun
コールバックメソッド
callback method

Examples of using Callback method in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Process the response in a callback method.
コールバックメソッドで応答を処理します。
Specify the callback method for receiving the results.
処理結果を受け取るためのコールバックメソッドを指定します。
Example 5 Example of registering the autoload callback method from an.
例5autoloadコールバックメソッドを継承クラスから登録する例。
Godot writes the callback method for you and takes you to it.
Godotがコールバック・メソッドを作成し、呼び出します。
Just like Unity's"magic methods",you only need to look up the callback method names and implement them.
Unityの「マジックメソッド」と同様に、コールバックメソッド名を調べて実装するだけです。
The callback method will be called when Thing Interaction Framework accepts the trigger.
ThingInteractionFrameworkがトリガーを受け付けた段階でコールバックメソッドが呼び出されます。
You can perform DML operations in the Apex callback method for the continuation.
継続用のApexコールバックメソッドでDML操作を実行できます。
Non-blocking APIs create worker threads within the SDK andreturn the result with a callback method.
ノンブロッキングAPIは、SDK内部で作業スレッドを作成し、結果をコールバックメソッドで返すものです。
When the signal is emitted, the callback method receives the bound values.
シグナルが送信された時、コールバックメソッドがバインドされた値を受け取ります。
Most of the sample code blocks in theprogramming guide have no post-execution code inside the callback method.
通常、リファレンスガイドのサンプルコードは、コールバックメソッド内で行う完了時の処理が空になっています。
In the JavaScript push notification callback method, you must do the following steps:.
JavaScriptプッシュ通知のコールバック・メソッド内で、以下のステップを実行する必要があります。
When an error occurs in a non-blocking API call,an error object will be passed as a parameter of the callback method.
ノンブロッキングAPIで問題が発生すると、コールバックメソッドの引数としてエラーオブジェクトが渡されます。
Start with the_init() callback method, that the engine will call upon creating the object in memory.
エンジンがメモリ内にオブジェクトを作成するときに呼び出す_init()コールバックメソッドで開始します。
Call APIs from the main thread, and execute processes defined in callback methods after the API call is complete.
APIはメインスレッドから呼び出して、コールバックメソッドによって実行後の処理を記述してください。
Unlike the callback methods of the Lifecycle interface, validate() might be called at unpredictable times.
Lifecycleインターフェースのコールバックメソッドとは違って、validate()は、何度でも、呼び出される場合があります。
When an error occurs in a non-blocking API call,an exception object will be passed as a parameter of a callback method.
ノンブロッキングAPIで問題が発生すると、コールバックメソッドの引数として例外オブジェクトが渡されます。
This has made the callback method a bit more complex, but allows for much more freedom on how you set up your callbacks. state.
これによりコールバックのメソッドは少し複雑になっていますが、コールバックの設定の自由度は非常に高まっています。state。
When you implement your bound service,the most important part is defining the interface that your onBind() callback method returns.
バインドされたサービスを実装するときに最も重要なのは、onBind()コールバックメソッドが返すインターフェースを定義することです。
Future callback methods(respond, onSuccess, onFailure, ensure) return a new future that is chained to its parent.
Futureのコールバックメソッド(respond,onSuccess,onFailure,ensure)は、その親に連鎖する新たなFutureを返す。
The following example has the same purpose of the last one, but pcap_next_ex()is used instead of the pcap_loop() callback method.
続くサンプルは前回のものと同じ目的を持っていますが、このサンプルではpcap_loop()のコールバックメソッドを使用する代わりにpcap_next_ex()。
Simply respond to this ID in your callback method to perform an action such as go to your application's"home" activity.
コールバックメソッド内でこのIDに単純に応答することで、アプリケーションの"home"Activityへ移動するなどのアクションを実装できます。
Use asynchronous callouts to make long-running requests from a Visualforce page to an external Web service andprocess responses in callback methods.
非同期コールアウトを使用して、Visualforceページから長時間の要求を外部Webサービスに対して実行し、コールバックメソッドで応答を処理できます。
The callback method will pass a$context argument, which represents the current template context(all of the currently defined template variables).
コールバックメソッドは、現在のテンプレートのコンテキスト(現在定義されているすべてのテンプレート変数)を表す$context引数を渡します。
Initialize the MFPPush client instance in your application andin the success callback register the callback method that should receive the notification.
以下のように、アプリケーションでMFPPushクライアント・インスタンスを初期化し、成功コールバックで、通知を受け取る必要があるコールバック・メソッドを登録します。
If you use the callback method the session of the user will not be available because the GrabzIt servers are calling the handler and not the user.
コールバックメソッドを使用する場合、GrabzItサーバーはユーザーではなくハンドラーを呼び出しているため、ユーザーのセッションは使用できません。
Handling silent push notifications inCordova applications In the JavaScript push notification callback method, you must do the following steps: Check the notification type.
Cordovaアプリケーションでのサイレント・プッシュ通知の処理JavaScriptプッシュ通知のコールバック・メソッド内で、以下のステップを実行する必要があります。通知タイプをチェックします。
You can also use the callback method of MonoBehaviour other than OnEnable and OnDisable, but please be aware that Start() will be called after the first OnUpdate.
OnEnableとOnDisable以外のMonoBehaviourのコールバックメソッドも使用できますが、Start()は初回OnUpdate()の後に呼ばれてしまうため注意してください。
After the continuation result is returned and the callback method is invoked, the button renders the outputText component again to display the body of the response.
継続の結果が返されてコールバックメソッドが呼び出された後、ボタンはoutputTextコンポーネントを再度表示してレスポンスボディを表示します。
The callback method for MIXED type notifications gets called twice- once when the silent notification reaches the device and once when the application is opened by tapping on the notification.
MIXEDタイプの通知のコールバック・メソッドは、2回呼び出されます。サイレント通知がデバイスに到達したときと、通知をタップしてアプリケーションが開かれたときです。
Results: 29, Time: 0.0317

Word-for-word translation

Top dictionary queries

English - Japanese