Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 11.4   11.5   12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1    Statistic    FMM    Blog  

WindowsUserNotification.Initialize

Initializes notification system.

Component Version macOS Windows Linux Server iOS SDK
WindowsUserNotification UserNotification 7.2 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "WindowsUserNotification.Initialize"; AppName; Company; Name; Surname; VersionInfo )   More

Parameters

Parameter Description Example
AppName The application name. "FileMaker Pro"
Company The company name.
Used to build unique app id.
"Test"
Name The name.
Used to build unique app id.
Surname The surname.
Used to build unique app id.
VersionInfo The version info.
Used to build unique app id.
"1.0"

Result

Returns OK or error.

Description

Initializes notification system.
Must be called once on startup of solution.

Examples

Initialize:

Set Variable [$r; Value:MBS( "WindowsUserNotification.Initialize"; "FileMaker"; "Test"; "test"; "test"; "1.0")]
Show Custom Dialog ["Initialize"; $r]

See also

Example Databases

This function checks for a paid license.

Created 2nd April 2017, last changed 24th May 2017


WindowsUserNotification.HideNotification - WindowsUserNotification.Isinitialized

💬 Ask a question or report a problem


Start Chat