AutofillService.OnConnected Method

Definition

Called when the Android system connects to service.

[Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler", ApiSince=26)]
public virtual void OnConnected ();
[<Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler", ApiSince=26)>]
abstract member OnConnected : unit -> unit
override this.OnConnected : unit -> unit
Attributes

Remarks

Called when the Android system connects to service.

You should generally do initialization here rather than in #onCreate.

Java documentation for android.service.autofill.AutofillService.onConnected().

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