Class WrapperInfo


  • public final class WrapperInfo
    extends java.lang.Object
    Contains wrapper SDK information.

    This is intended for use within the SDK.

    • Constructor Summary

      Constructors 
      Constructor Description
      WrapperInfo​(java.lang.String wrapperName, java.lang.String wrapperVersion)
      Used internally by the SDK to track wrapper information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWrapperName()
      Get the name of the wrapper.
      java.lang.String getWrapperVersion()
      Get the version of the wrapper.
      • Methods inherited from class java.lang.Object

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

      • WrapperInfo

        public WrapperInfo​(java.lang.String wrapperName,
                           java.lang.String wrapperVersion)
        Used internally by the SDK to track wrapper information.
        Parameters:
        wrapperName - the name of the wrapper
        wrapperVersion - the version of the wrapper
    • Method Detail

      • getWrapperName

        public java.lang.String getWrapperName()
        Get the name of the wrapper.
        Returns:
        the wrapper name
      • getWrapperVersion

        public java.lang.String getWrapperVersion()
        Get the version of the wrapper.
        Returns:
        the wrapper version