Interface Onboarding Signal

App
Base Application
Namespace
System.Feedback
Versions
21-28

Procedures, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Modules/System/OnboardingSignal/OnboardingSignal.Interface.al15 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Feedback;


interface "Onboarding Signal"
{
    Access = Public;

    /// <summary>
    /// Should check whether the onboarding criteria has been met.
    /// </summary>
    /// <returns> True if the onboarding criteria has been met. </returns>
    procedure IsOnboarded(): Boolean

}