The CYIPlatformViewHandleAndroid is a wrapper object which holds on to an Android native platform view.
The native platform view wrapped by this class must be initialized separately and passed into the handle when created.
#include <platform/YiPlatformViewHandle_Android.h>

Public Member Functions | |
| CYIPlatformViewHandleAndroid () | |
| CYIPlatformViewHandleAndroid (jobject platformView) | |
| virtual | ~CYIPlatformViewHandleAndroid () |
Public Member Functions inherited from CYIPlatformViewHandle | |
| virtual | ~CYIPlatformViewHandle () |
Public Attributes | |
| jobject | platformView |
Additional Inherited Members | |
Protected Member Functions inherited from CYIPlatformViewHandle | |
| CYIPlatformViewHandle () | |
|
inline |
|
inline |
|
inlinevirtual |
| jobject CYIPlatformViewHandleAndroid::platformView |
This is the jobject which the native platform view is assigned to.