NotificationListenerService.Ranking.LastAudiblyAlertedMillis Property

Definition

Returns the last time this notification alerted the user via sound or vibration.

public virtual long LastAudiblyAlertedMillis { [Android.Runtime.Register("getLastAudiblyAlertedMillis", "()J", "GetGetLastAudiblyAlertedMillisHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getLastAudiblyAlertedMillis", "()J", "GetGetLastAudiblyAlertedMillisHandler", ApiSince=29)>]
member this.LastAudiblyAlertedMillis : int64

Property Value

the time of the last alerting behavior, in milliseconds.

Attributes

Remarks

Returns the last time this notification alerted the user via sound or vibration.

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

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