Enumerations
The following enumerations are available globally.
-
An enum used by
See moreMiniAppNavigationBarDelegate
to indicate which action has been triggered by navigation UIDeclaration
Swift
public enum MiniAppNavigationAction
-
An enum used to provide
MiniAppNavigationConfig
visibility option- never = the UI will never be shown
- auto = navigation UI is only shown when a back or forward action is availablse
- always = navigation UI is always present
Declaration
Swift
public enum MiniAppNavigationVisibility
-
List of Device Permissions supported by the SDK that can be requested by a Mini app
See moreDeclaration
Swift
public enum MiniAppDevicePermissionType : String
-
Enumerations of Mini App Custom permission types that is used/checked by the MiniApp SDK before accessing any data from the host app
See moreDeclaration
Swift
public enum MiniAppCustomPermissionType : String, Codable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum MiniAppCustomPermissionGrantedStatus : String, Codable
-
Undocumented
See moreDeclaration
Swift
public enum MiniAppEvent : String
-
Undocumented
See moreDeclaration
Swift
public enum MiniAppKeyboardEvent : String
-
Mini App SDK Error which is passed from the main MiniApp APIs.
See moreDeclaration
Swift
public enum MASDKError : Error
extension MASDKError: LocalizedError
-
Undocumented
See moreDeclaration
Swift
public enum MAAnalyticsEventType : String, Codable
-
Undocumented
See moreDeclaration
Swift
public enum MAAnalyticsActionType : String, Codable
-
Undocumented
See moreDeclaration
Swift
public enum MiniAppJavaScriptError : String, Codable, MiniAppErrorProtocol
-
Enumeration that is used to differentiate the device permission errors
See moreDeclaration
Swift
public enum MASDKPermissionError : String, MiniAppErrorProtocol
-
Enumeration that is used to differentiate the Custom permission errors
See moreDeclaration
Swift
public enum MASDKCustomPermissionError : String, MiniAppErrorProtocol
-
Enumeration that is used to return Access Token error
See moreDeclaration
Swift
public enum MASDKAccessTokenError : Error, MiniAppErrorProtocol
-
Enumeration that is used to return Points error
See moreDeclaration
Swift
public enum MASDKPointError : Error, MiniAppErrorProtocol
-
Enumeration that is used to return DownloadFile error
See moreDeclaration
Swift
public enum MASDKDownloadFileError : Error
-
Undocumented
See moreDeclaration
Swift
public enum UniversalBridgeError : Error, MiniAppErrorProtocol
-
Undocumented
See moreDeclaration
Swift
public enum MAAnalyticsError : Error, MiniAppErrorProtocol
-
Enumeration that is used to differentiate the Custom permission errors
See moreDeclaration
Swift
public enum MASDKAdsDisplayError : String, MiniAppErrorProtocol
-
Undocumented
See moreDeclaration
Swift
public enum MASDKProtocolResponse : String
-
Enumeration that is used to differentiate the response from the User
See moreDeclaration
Swift
public enum MASDKPermissionResponse : String
-
Undocumented
See moreDeclaration
Swift
public enum MiniAppViewParameters
-
MiniAppViewState that indicates in which state the view is when eg. loading the MiniApp
See moreDeclaration
Swift
public enum MiniAppViewState
-
MiniApp’s type which can be
See more.miniapp
or.widget
. Widgets will provide reduced functionality and no user interaction.Declaration
Swift
public enum MiniAppType
-
Undocumented
See moreDeclaration
Swift
public enum MiniAppSUIViewAction