Classes

The following classes are available globally.

MiniAppNavigationConfig

  • Create a Mini App navigation UI configuration to provide MiniApp client a user interface to navigate inside the Mini App.

    See more

    Declaration

    Swift

    public class MiniAppNavigationConfig

    Parameters

    navigationBarVisibility

    MiniAppNavigationVisibility enum value

    navigationDelegate

    A delegate that will receive MiniApp view instructions about available navigation options

    customNavigationView

    A view implementing MiniAppNavigationDelegate that will be overlayed to the bottom of the MiniApp view

  • Undocumented

    See more

    Declaration

    Swift

    public class MessageToContact : Codable, Hashable, Equatable
  • MASDKCustomPermissionModel helps to communicate with the Host app back and forth when Custom Permissions are requested by a Mini App. When Custom Permissions received from Mini app, this class is used by SDK to define the type of custom permissions that is requested and the same is returned by Host app with isPermissionGranted values updated (Value returned after user responded to the list of permissions)

    See more

    Declaration

    Swift

    public class MASDKCustomPermissionModel : Codable, Hashable, Comparable
  • Mini App Public API methods

    See more

    Declaration

    Swift

    public class MiniApp : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    public class MiniAppAnalyticsLoader : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    public class MiniAppAnalytics
  • MiniAppSdkConfig class helps you to configure the endpoints at runtime.

    See more

    Declaration

    Swift

    public class MiniAppSdkConfig
  • Undocumented

    See more

    Declaration

    Swift

    public class MAAnalyticsInfo : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public class MAPoints : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public class MATokenInfo : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public class MAHostEnvironmentInfo : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public class HostAppThemeColors : Codable
  • Undocumented

    See more

    Declaration

    Swift

    public class MiniAppExternalUrlLoader

MiniAppView

Handler