TWSEventContext Class Reference

Inherits from NSObject
Declared in TWSEventContext.h

Overview

Contextual information related to the delegate called.

  isLocal

Boolean flag to indicate whether this delegate call is in response to a locally initiated operations or a remote operation.

@property (readonly) BOOL isLocal

Discussion

Boolean flag to indicate whether this delegate call is in response to a locally initiated operations or a remote operation.

A true return value here indicates the callback is in response to an operation this client requested.

A false return value indicates the operation was remotely initiated.

Declared In

TWSEventContext.h