IntentFilter.AsPredicate 메서드

정의

이 필터가 Predicate 지정된 <var>의도</var>과 일치하는지 여부를 테스트하는 반환입니다.

[Android.Runtime.Register("asPredicate", "()Ljava/util/function/Predicate;", "GetAsPredicateHandler", ApiSince=33)]
public virtual Java.Util.Functions.IPredicate AsPredicate();
[<Android.Runtime.Register("asPredicate", "()Ljava/util/function/Predicate;", "GetAsPredicateHandler", ApiSince=33)>]
abstract member AsPredicate : unit -> Java.Util.Functions.IPredicate
override this.AsPredicate : unit -> Java.Util.Functions.IPredicate

반품

특성

설명

이 필터가 Predicate 지정된 <var>의도</var>과 일치하는지 여부를 테스트하는 반환입니다.

의도의 형식은 항상 간단한 Intent#getType() 검사를 사용하여 테스트됩니다. 일치 #asPredicateWithTypeResolution(ContentResolver)하기 전에 자세한 형식 확인을 수행하는 대신 .

에 대한 android.content.IntentFilter.asPredicate()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상