Skip to content

Commit d94516b

Browse files
authored
Updated readme, including the close link
1 parent 702e038 commit d94516b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ The implementation of the example controller looks like follows:
126126
}
127127
128128
// This callback will be triggered after a user clicks a close link in the layout and the WebView closes.
129+
// The close link is "queueit://close". Whenever the user navigates to this link, the SDK intercepts the navigation
130+
// and closes the webview.
129131
-(void)notifyViewClosed {
130132
NSLog(@"The queue view was closed.")
131133
}

0 commit comments

Comments
 (0)