Package 

Interface FeatureConfiguration

    • Method Summary

      Modifier and Type Method Description
      abstract Unit register(SdkCore sdkCore) Registers the feature linked with this configuration to the provided SdkCore instance.
      • Methods inherited from class java.lang.Object

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

      • register

         abstract Unit register(SdkCore sdkCore)

        Registers the feature linked with this configuration to the provided SdkCore instance.

        Parameters:
        sdkCore - the SdkCore instance to register against.