InBrain Surveys
Survey library to monetize your mobile app, provided by inBrain.ai
See our documentation for more details here: https://docs.inbrain.ai/docs/monetization-sdk/react-native-sdk
In-App monetization via surveys, powered by inBrain.ai.
Survey library to monetize your mobile app, provided by inBrain.ai
See our documentation for more details here: https://docs.inbrain.ai/docs/monetization-sdk/react-native-sdk
showSurveys()
method set to false
showNativeSurvey
by defaultsetStatusBarColor
openWall
method with InBrainWallOption
to control survey wall displayshowOffers
parameter to showNativeSurvey
methodshowSurveys()
method in favor of new openWall()
methodcleartextTrafficPermitted
is false
;init
- no longer supported;setSessionParameters
no longer supported;setOnCloseListener
no longer supported;setOnCloseListenerFromPage
no longer supported;ConfigOptions
removed;NavitagionBarOptions
removed;StatusBarOptions
removed;StylingOptionType
removed;InBrainNativeSurveys
no longer supported;ProfileMatch
no longer supported;ProfileMatchNames
no longer supported;Currency Sale
with the higher multiplier;isProfilerSurvey
property to InBrainNativeSurvey
.surveysClosedByWebView
- added check on ios side to see if it was EventListener added on js side.setOnSurveysCloseLister
- now return NativeEventEmitter.onClose
event not fired.checkSurveysAvailable
crash.checkSurveysAvailable
country check from SDK, now all the logic handled by back-end. setInBrain
the method for initial inBrain SDK configuration;setUserID
the method to set userID separetely from initialization of the sdk; setStatusBarConfig
the method to customize Status Bar;setNavigationBarConfig
the method to customize Navigation Bar;StatusBarConfig
type, represents Status Bar configuration;NavigationBarConfig
type, represents Navigation Bar configuration.init
method deprecated;setSessionParameters
method deprecated;ConfigOptions
type deprecated;NavitagionBarOptions
type deprecated;StatusBarOptions
type deprecated;StylingOptionType
type deprecated.OnSurveysClose
listener;InBrainSurveyReward
type, which represents information about completed survey and earned reward;OnCloseSurveysData
type, which contains close type and reward information.onClose
listener deprecated;onCloseFromPage
listener deprecated.conversionLevel
property to InBrainNativeSurvey
.profileMatch
property of InBrainNativeSurvey
deprecated. isS2S
, language
and dataPoints
properties of InitOptions
;setSessionParameters(sessionUid:, dataPoints:)
deprecated in favour of setSessionID(_:)
and setDataOptions(_:)
.profileMatch
property to InBrainNativeSurvey
; ProfileMatch
and Category
types. InBrainNativeSurveys
renamed into InBrainNativeSurvey
; InBrainNativeSurvey
's categories
property became deprecated in favor of namedCategories
; categories
property to InBrainNativeSurveys
. searchId
property to InBrainNativeSurveys
.searchId
instead of placementId
. InBrainSurveyCategory
- represents all the supported categories; InBrainSurveyFilter
- filter for fetching Native Surveys; filter
instead of placementId
;1.0.28
;1.0.27
.0.63
to 0.70.2
;1.8.7
.0.62
to 0.63
;1.8.4
.currencySale
and multiplier
properties to InBrainNativeSurvey object;1.0.21
;1.8.2
.1.0.20
;1.8.1
.placementId
optional parameters to methods getNativeSurveys
and showNativeSurvey
setSessionParameters
to update parameters without having to call init
1.0.19
;1.8.0
.1.0.16
.showSurveys
and showNativeSurveys
are now executed from the UI Thread in Android.1.5.2
.1.5.1
.1.0.15
;1.5.0
.navigationBar
and statusBar
to have more fine-grained control over navigation and status bars styling.1.0.14
;1.4.12
;titleColor
and navbarColor
.showSurveys
and showNativeSurveys
are now executed from the UI Thread in AndroidshowSurveys
and showNativeSurveys
are now executed from the UI Thread in AndroidtitleColor
option which allows to modify the webview title color.onClose
listener not triggered when closing the webview displaying a native survey.checkSurveysAvailable
, getNativeSurveys
, and showNativeSurvey
methods.1.0.9
;1.4.6
.isS2S
attribute in InitOptions
with default value false
.1.0.3
;userId
attribute in InitOptions
to ''
.production
in InitOptions
.0.1.25
.