Class OpenWrapSDKConfig

  • All Implemented Interfaces:

    
    public final class OpenWrapSDKConfig
    
                        

    Represents the configuration for the OpenWrap SDK.

    This class represents the configuration parameters required for initializing the OpenWrap SDK, including the publisher ID and the list of profile IDs.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPublisherId() The Publisher ID.
      final List<Integer> getProfileIds() The List of Profile IDs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getProfileIds

         final List<Integer> getProfileIds()

        The List of Profile IDs.

        Usage example: val sdkConfig = OpenWrapSDKConfig.Builder("yourPublisherId", listOf(12345)).build()