AndroidEventHelper.AddEventHandler<TInterface,TImplementor> Method

Definition

public static void AddEventHandler<TInterface,TImplementor> (ref WeakReference? implementor, Func<TImplementor> creator, Action<TInterface> setListener, Action<TImplementor> add) where TInterface : class where TImplementor : Java.Lang.Object, TInterface;
static member AddEventHandler : WeakReference * Func<'Implementor (requires 'Implementor :> Java.Lang.Object and 'Implementor :> 'Interface)> * Action<'Interface (requires 'Interface : null)> * Action<'Implementor (requires 'Implementor :> Java.Lang.Object and 'Implementor :> 'Interface)> -> unit (requires 'Interface : null and 'Implementor :> Java.Lang.Object and 'Implementor :> 'Interface)

Type Parameters

TInterface
TImplementor

Parameters

implementor
WeakReference
creator
Func<TImplementor>
setListener
Action<TInterface>
add
Action<TImplementor>

Remarks

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