Inherits from NSOperation
Declared in STWServiceCallbackOperation.h
STWServiceCallbackOperation.m

Overview

STWServiceCallbackOperation class performs callback operation from Native to Browser

Properties

message

the message to send to the webView

@property (nonatomic, retain) NSString *message

Discussion

the message to send to the webView

Declared In

STWServiceCallbackOperation.h

webView

the webView to send message to

@property (nonatomic, assign) UIWebView *webView

Discussion

the webView to send message to

Declared In

STWServiceCallbackOperation.h

Instance Methods

initWithMessage:withWebView:

Initialize with the message and the webView

- (instancetype)initWithMessage:(NSString *)message withWebView:(UIWebView *)webView

Parameters

message

the message to send

webView

the webView to send message to

Return Value

the instance of the class

Discussion

Initialize with the message and the webView

Declared In

STWServiceCallbackOperation.h