RemoteCallbackList.Builder.SetInterfaceDiedCallback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the callback to be invoked when an interface dies.
[Android.Runtime.Register("setInterfaceDiedCallback", "(Landroid/os/RemoteCallbackList$Builder$InterfaceDiedCallback;)Landroid/os/RemoteCallbackList$Builder;", "", ApiSince=36)]
public Android.OS.RemoteCallbackList.Builder SetInterfaceDiedCallback(Android.OS.RemoteCallbackList.Builder.IInterfaceDiedCallback callback);
[<Android.Runtime.Register("setInterfaceDiedCallback", "(Landroid/os/RemoteCallbackList$Builder$InterfaceDiedCallback;)Landroid/os/RemoteCallbackList$Builder;", "", ApiSince=36)>]
member this.SetInterfaceDiedCallback : Android.OS.RemoteCallbackList.Builder.IInterfaceDiedCallback -> Android.OS.RemoteCallbackList.Builder
Parameters
The value cannot be null.
Returns
The returned value is non-null.
- Attributes
Remarks
Sets the callback to be invoked when an interface dies.
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.