Share via


UIApplicationDelegate.WillEnterForeground(UIApplication) 메서드

정의

애플리케이션이 백그라운드 상태에서 반환되기 전에 호출됩니다.

[Foundation.Export("applicationWillEnterForeground:")]
public virtual void WillEnterForeground (UIKit.UIApplication application);
abstract member WillEnterForeground : UIKit.UIApplication -> unit
override this.WillEnterForeground : UIKit.UIApplication -> unit

매개 변수

application
UIApplication

이 대리자 메서드를 호출한 UIApplication에 대한 참조입니다.

특성

설명

이 호출 직후 애플리케이션은 를 호출 OnActivated(UIApplication)합니다.

적용 대상

추가 정보

  • <xref:UIKit.UIApplicationDelegate.DidEnterBackground>