Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- WindowsUserNotification.Isinitialized
- WindowsUserNotification.Release
- WindowsUserNotification.ReleaseAll
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetGroup
- WindowsUserNotification.SetPriority
- WindowsUserNotification.SetRemoteId
- WindowsUserNotification.SetTag
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
Example Databases
This function is free to use.
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.HideNotification - WindowsUserNotification.Isinitialized