Sprache

Notification.Action.EmphasisHint Property

Definition

Returns the app’s hint about the importance of this action relative to others in this notification.

public virtual int EmphasisHint { [Android.Runtime.Register("getEmphasisHint", "()I", "GetGetEmphasisHintHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getEmphasisHint", "()I", "GetGetEmphasisHintHandler", ApiSince=37)>]
member this.EmphasisHint : int

Property Value

Value is one of the following: EMPHASIS_AUTO; EMPHASIS_PRIMARY; EMPHASIS_SECONDARY

Attributes

Remarks

Returns the app’s hint about the importance of this action relative to others in this notification.

Android reference for android.app.Notification.Action.getEmphasisHint.

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