ConditionProviderService.OnConnected Method

Definition

Called when this service is connected.

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

Remarks

Called when this service is connected.

Java documentation for android.service.notification.ConditionProviderService.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