Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
UserNotification.isRemote
Queries whether this is a remote notification.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
UserNotification | 2.8 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "UserNotification.isRemote"; UserNotificationReference ) More
Parameters
Parameter | Description | Example |
---|---|---|
UserNotificationReference | An user notification reference. | $ref |
Result
Returns 1 if the user notification is from a remote (push) notification.
Description
Queries whether this is a remote notification.With FileMaker 11 or newer there is no way to receive push notifications as FileMaker is not in the app store.
See also
- UserNotification.Create
- UserNotification.GetResponse
- UserNotification.GetTitle
- UserNotification.isPresented
- UserNotification.Release
- UserNotification.SetTitle
This function is free to use.
Created 18th August 2014, last changed 28th April 2016
UserNotification.isPresented - UserNotification.removeAllDeliveredNotifications