GfpSdk
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.
Check whether the WebView is registered properly or not. This method must be called on UI Thread for executing methods of WebView successfully. If you call this method immediately after registering the webview, you may get incorrect results.
Register webView that will communicate between SDKs for App and Web on NAVER. This method must be called on UI Thread for executing methods of WebView successfully.
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.
Clears the global SdkProperties that will be used for every ad request during the app's session. This method is useful when you want to reset the SdkProperties.
Clears the global UserProperties that will be used for every ad request during the app's session. This method is useful when you want to reset the user properties.
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.