다음을 통해 공유


TileService.StartActivityAndCollapse 메서드

정의

오버로드

StartActivityAndCollapse(PendingIntent)

를 시작합니다 android.app.Activity.

StartActivityAndCollapse(Intent)

패널을 축소하는 동안 작업을 시작합니다.

StartActivityAndCollapse(PendingIntent)

를 시작합니다 android.app.Activity.

[Android.Runtime.Register("startActivityAndCollapse", "(Landroid/app/PendingIntent;)V", "", ApiSince=34)]
public void StartActivityAndCollapse (Android.App.PendingIntent pendingIntent);
[<Android.Runtime.Register("startActivityAndCollapse", "(Landroid/app/PendingIntent;)V", "", ApiSince=34)>]
member this.StartActivityAndCollapse : Android.App.PendingIntent -> unit

매개 변수

pendingIntent
PendingIntent

작업을 즉시 시작할 PendingIntent입니다.

특성

설명

를 시작합니다 android.app.Activity. 실행 후 빠른 설정을 축소합니다.

에 대한 android.service.quicksettings.TileService.startActivityAndCollapse(android.app.PendingIntent)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

StartActivityAndCollapse(Intent)

패널을 축소하는 동안 작업을 시작합니다.

[Android.Runtime.Register("startActivityAndCollapse", "(Landroid/content/Intent;)V", "", ApiSince=24)]
public void StartActivityAndCollapse (Android.Content.Intent? intent);
[<Android.Runtime.Register("startActivityAndCollapse", "(Landroid/content/Intent;)V", "", ApiSince=24)>]
member this.StartActivityAndCollapse : Android.Content.Intent -> unit

매개 변수

intent
Intent
특성

설명

패널을 축소하는 동안 작업을 시작합니다.

이 멤버는 더 이상 사용되지 않습니다. 버전 android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE 이상에서는 대신 사용합니다 TileService#startActivityAndCollapse(PendingIntent) .

에 대한 android.service.quicksettings.TileService.startActivityAndCollapse(android.content.Intent)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상