PLVInteractBaseAppDelegate
Objective-C
@protocol PLVInteractBaseAppDelegate <NSObject>
- (void)plvInteractAppRequirePortraitScreen:(PLVInteractBaseApp *)interactApp;
- (void)plvInteractApp:(PLVInteractBaseApp *)interactApp webviewShow:(BOOL)show;
@end
Swift
protocol PLVInteractBaseAppDelegate : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)plvInteractAppRequirePortraitScreen:(PLVInteractBaseApp *)interactApp;
Swift
func plvInteractAppRequirePortraitScreen(_ interactApp: PLVInteractBaseApp)
-
Undocumented
Declaration
Objective-C
- (void)plvInteractApp:(PLVInteractBaseApp *)interactApp webviewShow:(BOOL)show;
Swift
func plvInteractApp(_ interactApp: PLVInteractBaseApp, webviewShow show: Bool)