static SamsungIAP *getInstance(lua_State* L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "SamsungIAP", index)); SamsungIAP *samsungiap = static_cast<SamsungIAP*>(object->proxy()); return samsungiap; }
static MoPub *getInstance(lua_State *L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "MoPub", index)); MoPub *mopub = static_cast<MoPub*>(object->proxy()); return mopub; }
static Greystripe *getInstance(lua_State *L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "Greystripe", index)); Greystripe *greystripe = static_cast<Greystripe*>(object->proxy()); return greystripe; }
static GooglePlay *getInstance(lua_State* L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "GooglePlay", index)); GooglePlay *gms = static_cast<GooglePlay*>(object->proxy()); return gms; }
static Controller *getInstance(lua_State* L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "Controller", index)); Controller *c = static_cast<Controller*>(object->proxy()); return c; }
static GFacebook *getInstance(lua_State* L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "Facebook", index)); GFacebook *facebook = static_cast<GFacebook*>(object->proxy()); return facebook; }
static StoreDetector *getInstance(lua_State* L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "StoreDetector", index)); StoreDetector *sd = static_cast<StoreDetector*>(object->proxy()); return sd; }
static IAB *getInstance(lua_State* L, int index) { GReferenced *object = static_cast<GReferenced*>(g_getInstance(L, "IAB", index)); IAB *iab = static_cast<IAB*>(object->proxy()); return iab; }