SplashScreenPermissionViewController
open class SplashScreenPermissionViewController : UIViewController
extension SplashScreenPermissionViewController: MapstedPermissionsRequestVCDelegate
extension SplashScreenPermissionViewController: LoginViewControllerDelegate
extension SplashScreenPermissionViewController: UNUserNotificationCenterDelegate
-
Declaration
Swift
public static func instantiateViewController() -> SplashScreenPermissionViewController
-
Declaration
Swift
public override func viewDidLoad()
-
Declaration
Swift
open func getBottomMenu() -> MapstedMenu
-
Declaration
Swift
public func requestPermissionsDidComplete()
-
Declaration
Swift
public func loginSuccess()
-
Declaration
Swift
public func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void)
-
Identify the action by matching its identifier.
Declaration
Swift
public func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void)