다음을 통해 공유


IAppActions 인터페이스

정의

AppActions API를 사용하면 앱 아이콘에서 앱 바로 가기를 만들고 응답할 수 있습니다.

public interface class IAppActions
public interface IAppActions
type IAppActions = interface
Public Interface IAppActions

속성

IsSupported

이 디바이스에서 앱 작업이 지원되는지를 가져옵니다.

메서드

GetAsync()

현재 사용 가능한 모든 인스턴스를 검색 AppAction 합니다.

SetAsync(IEnumerable<AppAction>)

이 앱에 사용할 수 있는 앱 작업을 설정합니다.

이벤트

AppActionActivated

앱 작업이 활성화될 때 트리거되는 이벤트입니다.

적용 대상