VirtualVisitConfiguration
public struct VirtualVisitConfiguration
Information to set up the Virtual Visit Service
-
AppId used to register for push notifications for the Virtual Visit Service
Declaration
Swift
public let pushNotificationAppId: String
-
Platform used to register for push notifications for the Virtual Visit Service
Declaration
Swift
public let pushNotificationPlatform: String
-
The base url for the virtual visit service
Declaration
Swift
public let virtualVisitUrl: URL
-
Undocumented
Declaration
Swift
public init( pushNotificationAppId: String, pushNotificationPlatform: String, virtualVisitUrl: URL )