TronLink Docs
Homepage
  • Introduction
  • HD Wallets
  • TronLink App
    • Asset Management
      • Custom Token
    • DeepLink
      • Open Wallet
      • Open DApp
      • Login by TronLink
      • Transfer
      • Sign Transaction
      • Sign Message
      • Result Code
    • DApp Support
      • TronLink Integration
      • DApp Explorer
  • TronLink Wallet Extension
    • Request TronLink Extension
      • Connect Website
      • Add Token
    • Receive messages from TronLink
      • Account Change Message
      • Network Change Message
      • Successful connection message
      • Disconnect website message
      • Messages to Be Deprecated
        • User rejects connection
        • User disconnects from the website
        • User accepts connection
        • User requests to connect to the website
  • DApp
    • Start Developing
    • Multi-Signature Transfer
    • Message Signature
    • General Transfer
    • Stake2.0
Powered by GitBook
On this page
  • Basic Function
  • Extension
  1. TronLink App
  2. DApp Support

DApp Explorer

Basic Function

The DApp Explorer allows Tron DApps to run and automatically injects tronWeb and TronLink objects.

Extension

Tron DApp running in the DApp Explorer injects iTron objects automatically to offer customized App service.

Change screen orientation

// url: DApp page url
// screenModel: "1" -> vertical;"2" -> horizontal
void setScreenModel(String url, String screenModel)

PreviousTronLink IntegrationNextRequest TronLink Extension

Last updated 2 years ago