INoticeTipBuilder interface
Fluent builder for a single noticetip display request.
public interface INoticeTipBuilderMembers
Section titled “Members”| name | description |
|---|---|
| Show() | Fire the tip immediately with the accumulated settings. |
| WithAudio(…) | Audio to play when the tip appears. (2 methods) |
| WithContent(…) | Text shown on the bar or pop-up. |
| WithDelay(…) | Delay before the tip appears (seconds). Default 0.2. |
| WithDuration(…) | How long the tip stays visible (seconds). Default 3. |
| WithRepeat(…) | Repeat the tip N times with an optional gap (ms between repeats). Only applies to PopTip. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services