Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Properties | List of all members
ABKInAppMessageWindow Class Reference

#import <ABKInAppMessageWindow.h>

Properties

BOOL handleAllTouchEvents
 

Detailed Description

ABKInAppMessageWindow handles a subset of all touches.

By default, touches not handled by ABKInAppMessageWindow are automatically passed to the next UIWindow in the view hierarchy by UIKit.

Property Documentation

- (BOOL) handleAllTouchEvents
readwritenonatomicassign

ABKInAppMessageWindow handles all touch events when enabled, no touch events are passed to a next UIWindow.