This API has no direct counterpart on iOS. You could use the same strategy I outlined in this answer, and define an interface that hides the implementation on Android and iOS:
1 Like
This API has no direct counterpart on iOS. You could use the same strategy I outlined in this answer, and define an interface that hides the implementation on Android and iOS: