Share action base interface. More...
#include <customized_share_render.h>
Inherited by ICustomizedShareRender, and IShareAction.
Public Member Functions | |
virtual SDKError | Show ()=0 |
Show the shared content received. | |
virtual SDKError | Hide ()=0 |
Hide the shared content received. | |
virtual HWND | GetOwnerWnd ()=0 |
Get the window handle of showing sharing content. | |
virtual | ~IShareActionBase () |
Share action base interface.
Definition at line 47 of file customized_share_render.h.
|
inlinevirtual |
Definition at line 66 of file customized_share_render.h.
|
pure virtual |
Get the window handle of showing sharing content.
|
pure virtual |
Hide the shared content received.