PLVInteractBaseAppDelegate

Objective-C

@protocol PLVInteractBaseAppDelegate <NSObject>

- (void)plvInteractAppRequirePortraitScreen:(PLVInteractBaseApp *)interactApp;

- (void)plvInteractApp:(PLVInteractBaseApp *)interactApp webviewShow:(BOOL)show;

@end

Swift

protocol PLVInteractBaseAppDelegate : NSObjectProtocol

Undocumented