다음을 통해 공유


CommunicationBlockingAppManager.IsCurrentAppActiveBlockingApp 속성

정의

현재 애플리케이션이 활성 차단 애플리케이션인지 여부를 나타냅니다.

public:
 static property bool IsCurrentAppActiveBlockingApp { bool get(); };
static bool IsCurrentAppActiveBlockingApp();
public static bool IsCurrentAppActiveBlockingApp { get; }
var boolean = CommunicationBlockingAppManager.isCurrentAppActiveBlockingApp;
Public Shared ReadOnly Property IsCurrentAppActiveBlockingApp As Boolean

속성 값

Boolean

bool

현재 애플리케이션이 활성 차단 앱인지 여부를 알려주는 값입니다.

적용 대상