Structures
The following structures are available globally.
-
A Vsign action can have params. This is the base class representing VSING params
See moreDeclaration
Swift
public struct QPActionParams : Decodable -
Undocumented
See moreDeclaration
Swift
public struct QPBearing : Decodable -
Undocumented
See moreDeclaration
Swift
public struct QPCategoriesResponse : Decodable -
Undocumented
See moreDeclaration
Swift
public struct QPCategoryInfo : Codable -
Undocumented
See moreDeclaration
Swift
public struct QPCodableCircularRegion : Codable -
Event triggered when a VSign has been notified to the user. Handle this event to show a system notification to the user.
Example:
“`let content = UNMutableNotificationContent() guard let message = event.signal.getMessage(…..) else { return }
content.title = "Your notification’s title” content.body = message.text content.sound = UNNotificationSound.default
let request = UNNotificationRequest(identifier: event.signal.id, content: content, trigger: nil) let notificationCenter = UNUserNotificationCenter.current() notificationCenter.add(request)“`
See moreDeclaration
Swift
public struct QPNotifiedVSignEvent : QPEvent -
Struct that defines a permission.
See moreDeclaration
Swift
public struct QPPermission -
Undocumented
See moreDeclaration
Swift
public struct QPPoint : Codable -
Undocumented
See moreDeclaration
Swift
public struct QPPsk : Codable -
Undocumented
See moreDeclaration
Swift
public struct QPReactivateTimeout : Decodable -
A virtual sign action
See moreDeclaration
Swift
public struct QPSignalAction : Decodable -
Undocumented
See moreDeclaration
Swift
public struct QPSignalAnticipate : Decodable -
Data Model class representing a TTS message linked to a vSign.
See moreDeclaration
Swift
public struct QPSignalMessage : Decodable -
Undocumented
See moreDeclaration
Swift
public struct QPSignalsResponse : Decodable -
Welcome message should be read only one time and then not read for a while.
See moreDeclaration
Swift
struct QPWelcomeMessage -
Options for a welcome message
See moreDeclaration
Swift
struct WelcomeMessageOptions : Decodable -
Undocumented
See moreDeclaration
Swift
struct QPSecureManager -
Undocumented
See moreDeclaration
Swift
public struct UserActivityDetectedMessage : Codable
Structures Reference