VoiceInteractionSession.SetTheme(Int32) Method

Definition

You can call this to customize the theme used by your IME's window.

[Android.Runtime.Register("setTheme", "(I)V", "GetSetTheme_IHandler", ApiSince=23)]
public virtual void SetTheme (int theme);
[<Android.Runtime.Register("setTheme", "(I)V", "GetSetTheme_IHandler", ApiSince=23)>]
abstract member SetTheme : int -> unit
override this.SetTheme : int -> unit

Parameters

theme
Int32
Attributes

Remarks

Java documentation for android.service.voice.VoiceInteractionSession.setTheme(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to