public class CustomPopupHandler
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected boolean |
swigCMemOwn |
构造器和说明 |
---|
CustomPopupHandler() |
CustomPopupHandler(long cPtr,
boolean cMemoryOwn) |
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(CustomPopupHandler obj) |
Bitmap |
onDrawPopup(PopupDrawInfo popupDrawInfo)
Handler method that gets called when the popup needs to be drawn to a bitmap.
|
boolean |
onPopupClicked(PopupClickInfo popupClickInfo)
Handler method that gets called when the popup is clicked
|
static CustomPopupHandler |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
protected void |
swigDirectorDisconnect() |
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public CustomPopupHandler(long cPtr, boolean cMemoryOwn)
public CustomPopupHandler()
public static long getCPtr(CustomPopupHandler obj)
protected void finalize()
finalize
在类中 java.lang.Object
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public static CustomPopupHandler swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public Bitmap onDrawPopup(PopupDrawInfo popupDrawInfo)
popupDrawInfo
- The information about the popup to be rendered.public boolean onPopupClicked(PopupClickInfo popupClickInfo)
popupClickInfo
- The information about the popup click event.public java.lang.String swigGetClassName()
public java.lang.Object swigGetDirectorObject()