Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Platform

Hierarchy

  • Platform

Index

Constructors

  • new Platform(config: PlatformConfig, adapter: default): Platform

Properties

config: PlatformConfig

Accessors

  • get _hasAuthModal(): boolean
  • get availableSocialNetworks(): SocialNetworkInfo[]
  • get hasAccountLinkingFeature(): boolean
  • Механизм привязки платформенного аккаунта к внутреннему через определенный флоу

    Returns boolean

  • get hasIntegratedAuth(): boolean
  • get isExternalLinksAllowed(): boolean
  • get isSecretCodeAuthAvailable(): boolean
  • get isSupportsImageUploading(): boolean
  • get type(): PlatformType

Methods

  • getNativeSDK(): any
  • getSDK(): default | default | default | default | default | default | default
  • requestPermissions(params: PermissionsRequest): Promise<PermissionsRequestResult>
  • uploadImage(args: UploadPlayerImageInput & { accessToken: string; albumName: string }): Promise<PlatformImageInfo>
  • Parameters

    • args: UploadPlayerImageInput & { accessToken: string; albumName: string }

    Returns Promise<PlatformImageInfo>

Generated using TypeDoc