InputMethodManager.ShouldOfferSwitchingToNextInputMethod(IBinder) Metodo

Definizione

Restituisce true se l'IME corrente deve offrire agli utenti modi per passare a un metodo di input successivo (e.

[Android.Runtime.Register("shouldOfferSwitchingToNextInputMethod", "(Landroid/os/IBinder;)Z", "")]
public bool ShouldOfferSwitchingToNextInputMethod(Android.OS.IBinder? imeToken);
[<Android.Runtime.Register("shouldOfferSwitchingToNextInputMethod", "(Landroid/os/IBinder;)Z", "")>]
member this.ShouldOfferSwitchingToNextInputMethod : Android.OS.IBinder -> bool

Parametri

imeToken
IBinder

Fornisce il token di identificazione assegnato a un metodo di input all'avvio, che consente di eseguire questa operazione su se stessa.

Valori restituiti

Attributi

Commenti

Restituisce true se l'IME corrente deve offrire agli utenti modi per passare a un metodo di input successivo, ad esempio una chiave a globo. Quando un IME imposta supportaSwitchingToNextInputMethod e questo metodo restituisce true, l'IME deve offrire modi per richiamare #switchToNextInputMethod di conseguenza.

Si noti che il sistema determina il metodo di input e il sottotipo più appropriati per offrire l'esperienza utente coerente nel passaggio tra messaggistica istantanea e sottotipi.

Questo membro è deprecato. Utilizzare invece InputMethodService#shouldOfferSwitchingToNextInputMethod(). Questo metodo è stato progettato per gli sviluppatori IME che devono accedere alle API tramite il servizio. Le API in questa classe sono destinate agli sviluppatori di app che interagiscono con l'IME.

per android.view.inputmethod.InputMethodManager.shouldOfferSwitchingToNextInputMethod(android.os.IBinder).

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