NativeCustomClickGesture

data class NativeCustomClickGesture(val direction: SwipeGestureDirection, val tapsAllowed: Boolean)(source)

Custom click gesture for native ads. Android only. Ignored on iOS.

Constructors

Link copied to clipboard
constructor(direction: SwipeGestureDirection, tapsAllowed: Boolean)

Properties

Link copied to clipboard

Swipe direction that triggers a click.

Link copied to clipboard

Allow taps as well as the swipe gesture.