public class

XC_LayoutInflated.Unhook

extends Object
implements IXUnhook<XC_LayoutInflated>
java.lang.Object
   ↳ de.robv.android.xposed.callbacks.XC_LayoutInflated.Unhook

Class Overview

An object with which the callback can be removed.

Summary

Public Methods
XC_LayoutInflated getCallback()
Returns the callback that has been registered.
int getId()
Returns the resource ID of the hooked layout.
void unhook()
Removes the callback.
[Expand]
Inherited Methods
From class java.lang.Object
From interface de.robv.android.xposed.callbacks.IXUnhook

Public Methods

public XC_LayoutInflated getCallback ()

Returns the callback that has been registered.

public int getId ()

Returns the resource ID of the hooked layout.

public void unhook ()

Removes the callback.