Gfp Sdk
Class contains logic that applies to the GFP SDK as a whole.
Types
Callback that returns the result of SDK initialization upon initialization completion.
The result of the SDK initialization.
Functions
Returns the global SdkProperties
Returns the global UserProperties
Initializes the SDK. Call this method as early as possible after the app launches to reduce latency on the session's first ad request. If this method is not called, the first ad request automatically initializes the GFP SDK.
Returns true if GFP SDK was initialized successfully. false otherwise.
Register WebView that will communicate between SDKs for App and Web. This method must be called on UI Thread for executing methods of WebView successfully.
Register XWhale webView that will communicate between SDKs for App and Web. This method must be called on UI Thread for executing methods of WebView successfully.
Sets the global SdkProperties that will be used for every ad request during the app's session.
Sets the global UserProperties that will be used for every ad request during the app's session.