Package com.naver.ads
Interface NasInitializer
-
- All Implemented Interfaces:
public interface NasInitializerNasInitializer can be used to initialize libraries during app startup, without the need to use additional android.content.ContentProvider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceNasInitializer.InitializerListenerAn listener for communication between Nas and user-added NasInitializer implementations.
-
Method Summary
Modifier and Type Method Description abstract Unitcreate(Context context, String userId, EventHub eventHub, NasInitializer.InitializerListener initializerListener)Initializes and a component given the application Context abstract NeloReportOptionsgetNeloReportOptions()The nelo report options of this NasInitializer abstract UserAgentFactorygetUserAgentFactory()The UserAgentFactory of this NasInitializer -
-
Method Detail
-
create
abstract Unit create(Context context, String userId, EventHub eventHub, NasInitializer.InitializerListener initializerListener)
Initializes and a component given the application Context
-
getNeloReportOptions
abstract NeloReportOptions getNeloReportOptions()
The nelo report options of this NasInitializer
-
getUserAgentFactory
abstract UserAgentFactory getUserAgentFactory()
The UserAgentFactory of this NasInitializer
-
-
-
-