#import "StoveSDKNativeInterface.h"

#ifndef ViewNativeInterface_h
#define ViewNativeInterface_h

#if __cplusplus
STOVE_SDK_EXTERNC
{
#endif /* __cplusplus */

    void stove_view_fetchPopup(const char *identifier);
    void stove_view_fetchPopupWithLocation(int location, const char *identifier);
    void stove_view_fetchNews(const char *identifier);
    void stove_view_useCoupon(const char *code, const char *identifier);
    void stove_view_news(const char *identifier);
    void stove_view_customerSupport(const char *identifier);
    void stove_view_popup(const char *identifier);
    void stove_view_popupWithLocation(int location, const char *identifier);
    void stove_view_community(const char *identifier);
    void stove_view_community_url(const char *url, const char *identifier);
    void stove_view_load(const char *viewRequest, const char *identifier);
    void stove_view_openExternalUrl(const char *url, const char *identifier);
    const char *stove_view_version();

#if __cplusplus
}
#endif /* __cplusplus */

#endif /* ViewNativeInterface_h */
