Lingua

SurfaceControlViewHost.TransferTouchGestureToHost Metodo

Definizione

Trasferire il movimento tocco attualmente in corso all'elemento padre (se presente) di surfaceControlViewHost.

[Android.Runtime.Register("transferTouchGestureToHost", "()Z", "GetTransferTouchGestureToHostHandler", ApiSince=34)]
public virtual bool TransferTouchGestureToHost();
[<Android.Runtime.Register("transferTouchGestureToHost", "()Z", "GetTransferTouchGestureToHostHandler", ApiSince=34)>]
abstract member TransferTouchGestureToHost : unit -> bool
override this.TransferTouchGestureToHost : unit -> bool

Valori restituiti

Indica se il flusso di tocco è stato trasferito.

Attributi

Commenti

Trasferire il movimento tocco attualmente in corso all'elemento padre (se presente) di surfaceControlViewHost. Ciò richiede che SurfaceControlViewHost sia stato creato con un host InputTransferTokenassociato.

Questo membro è deprecato. Utilizzare invece WindowManager#transferTouchGesture(InputTransferToken, InputTransferToken).

per android.view.SurfaceControlViewHost.transferTouchGestureToHost().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a