BTNBrowserPage Protocol Reference

Conforms to NSObject
Declared in BTNBrowserPageProtocol.h

  url required method

The URL of the page to which the user has navigated.

@property (nullable, nonatomic, readonly, strong) NSURL *url

Discussion

The URL of the page to which the user has navigated.

Declared In

BTNBrowserPageProtocol.h

– getBrowserDOM: required method

Obtains the current page’s HTML.

- (void)getBrowserDOM:(void ( ^ ) ( NSString *HTML ))completion

Parameters

completion

Containing the HTML of the current page.

Discussion

Obtains the current page’s HTML.

Declared In

BTNBrowserPageProtocol.h