-
- All Implemented Interfaces:
public class IntIterableHelperHelper to deal with specific IAB TCF lib types
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIntIterableHelper.CustomIntIterablepublic final classIntIterableHelper.IntSetIterator
-
Field Summary
Fields Modifier and Type Field Description public final static IntIterableHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final IntIterabletoIntIterable(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) -
-
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)
-
-
-
-