Object InMobiSdk.PublisherSignals

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • putPublisherSignals

         final Unit putPublisherSignals(Map<String, Object> signals)

        Puts extra signals to be passed to InMobi SDK. The final set of signals will be a union of all the extras set by the user. The SDK needs to be initialized before calling this method.

        Parameters:
        signals - Represents the extra signals to be passed to InMobi SDK.
      • getPublisherSignals

         final Map<String, Object> getPublisherSignals()

        Get the extra signals set by the user. The returned Map only contains signals understood by the InMobi SDK.

        Returns:

        The overall extra signals set by the user and understood by InMobi SDK. null if the SDK is not initialized.

      • resetPublisherSignals

         final Unit resetPublisherSignals()

        Reset the extra signals set by the user. The SDK needs to be initialized before calling this method.