Package 

Object IntIterableHelper

  • All Implemented Interfaces:

    
    public class IntIterableHelper
    
                        

    Helper to deal with specific IAB TCF lib types

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final IntIterable toIntIterable(Set<Integer> intSet) Convert a list of ids to a custom IntIterable type (IntIterable from Java 8 is not available for all Android versions, so the IAB TCF library uses a custom IntIterable class)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • toIntIterable

         final IntIterable toIntIterable(Set<Integer> intSet)

        Convert a list of ids to a custom IntIterable type (IntIterable from Java 8 is not available for all Android versions, so the IAB TCF library uses a custom IntIterable class)