SFSDKWindowContainerDelegate Protocol Reference

Conforms to NSObject
Declared in SFSDKWindowContainer.h

– presentWindow:animated:withCompletion:

Called when the window has to be enabled

- (void)presentWindow:(SFSDKWindowContainer *)window animated:(BOOL)animated withCompletion:(void ( ^ _Nullable ) ( void ))completion

Parameters

window

The window

Declared In

SFSDKWindowContainer.h

– dismissWindow:animated:withCompletion:

Called when the window has to be disabled

- (void)dismissWindow:(SFSDKWindowContainer *)window animated:(BOOL)animated withCompletion:(void ( ^ _Nullable ) ( void ))completion

Parameters

window

The window

Declared In

SFSDKWindowContainer.h