Udostępnij za pośrednictwem


NotificationListenerService.Ranking.SmartActions Property

Definition

Returns a list of smart Notification.Action that can be added by the notification assistant.

public virtual System.Collections.Generic.IList<Android.App.Notification.Action> SmartActions { [Android.Runtime.Register("getSmartActions", "()Ljava/util/List;", "GetGetSmartActionsHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getSmartActions", "()Ljava/util/List;", "GetGetSmartActionsHandler", ApiSince=29)>]
member this.SmartActions : System.Collections.Generic.IList<Android.App.Notification.Action>

Property Value

Attributes

Remarks

Returns a list of smart Notification.Action that can be added by the notification assistant.

Java documentation for android.service.notification.NotificationListenerService.Ranking.getSmartActions().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to