ant工具

_相关内容

CubeModuleProtocol

This article describes the properties of the Ant Cube Card implementation protocol CubeModuleProtocol.Properties cardUid/The unique ID of the card to be called.@property(nonatomic,copy)NSString*cardUid;...

CExceptionInfo

This topic describes the properties of the Ant Cube Card exception information class.Internet Properties exceptionMessage/The exception information.@property(nonatomic,copy)NSString*message;exceptionCardUid/The ID of the ...

CubeCardResultCode

This article describes the result code of the Ant Cube Card.Statement:typedef enum{CubeCardResultSucc=0,CubeCardResultNetworkError,CubeCardResultParamError,CubeCardResultNotExist,CubeCardResultContentInvalid}...

CCardCallback

This article describes the method of the callback class created by Ant Cube Card.Method onLoaded/*Card callback interface@param card The instance of the card.The value is nil when the card fails to be created.@param ...

CCardType

This topic describes the template source types of Ant Cube Card.Statement:typedef enum{C_CARD_TYPE_NONE,C_CARD_TYPE_CACHE,C_CARD_TYPE_BUNDLE,C_CARD_TYPE_FILE,C_CARD_TYPE_CLOUD} CCardType;Description:the result code of the ...

CCardLayoutChangeListener

This topic describes the method of the Ant Cube Card layout change notification listener class.Method onLayout/*Card size change@param size The new size of the card.*/-(void)onLayout:(CGSize)size;

CubeEngineConfig

This topic describes how to initialize the configuration class for Ant Cube Card Engine.Properties bundlePath/The path of the local resource package that stores the template.@property(nonatomic,strong)NSString*bundlePath;...

CubeService

This topic describes the core classes of Ant Cube Card Service.Method sharedInstance/*Obtain a service instance@param None@return CubeCrystalService*/(instancetype)sharedInstance;initWithConfig/*Initialize the engine@param...

Platform Interface Functions

The Ant Blockchain contract platform allows contract developers to obtain both block and transaction data,and enables them to implement encryption methods.Block data interface functions block.blockhash(uint blockNumber)...

Project management

This topic describes the project configurations of Ant Cube Card.Project directory structure A valid card project consists of a configuration file.act.config.json located under the project root directory and a set of card ...

CubeCardConfig

This topic describes the properties of the Ant Cube Card configuration class.Properties templateId/The unique ID of the template.This parameter is required.@property(nonatomic,strong)NSString*templateId;version/Required....

Create a card

side navigation pane,select an application.In the left-side navigation pane,choose Mobile Delivery Service Ant Cube Card Card Management.The Card Management page appears.On the page of Card Management,click Create Card and...

Quick start

Ant Cube Card(hereinafter referred to as Cube Card)originated from the demand for dynamic native pages,and the product form is Cube Card.With the emergence of the Mini Program concept,Cube Card have been integrated into ...

Preset Cards

} Set the path to the local Ant Cube Card assets./Purge card data.CubeService.instance().destroyEngine();CubeEngineConfig config=new CubeEngineConfig();Set the path.config.setResourcePath("The path where your resources are...

Purchase guide

Alibaba Cloud BaaS product series include Ant Blockchain,Hyperledger Fabric,and Quorum(an enterprise-focused version of Ethereum).This topic describes the features and applicable scenarios of each product series so that ...

CubeCard

This article describes the properties and methods of the Ant Cube Card core class.Properties cardUid/The unique ID of the card.@property(nonatomic,readonly)NSString*cardUid;Methods renderView/*Rendering view@param view*/-...

Event binding

This topic describes the types of events that can be bound to Ant Cube Card and the binding methods.Common events In a card,there are two types of events that can be bound to the template:Click Longpress Template usage In ...

Accessibility

Ant Cube Card provides accessibility mode.Accessibility mode supports the following properties:Property Description Type Valid value role string input list slider switch header button img link search aria-label Used to ...

Integrate into Android

This article describes the procedure of integrating real device preview on Android.Prerequisites mPaaS has been activated and integrated.The AntCubeTool of Ant Cube Card has been installed.For more details,please refer to:...

Quick start

This guide describes how to apply for a blockchain in Ant Blockchain.You need to complete the following steps:Create a consortium Create a blockchain Apply for blockchain permission Develop applications Prerequisites You ...

JS capabilities

This topic describes how to use JS capabilities in Ant Cube Card.If the card requires JS capabilities,you only need to write JS code in the script section of the template.Add the script to the vue file in the following ...

What is BaaS?

Alibaba Cloud BaaS(Blockchain as a Service)is an enterprise-level PaaS(Platform as a Service)based on leading blockchain technologies,and is powered by Ant Financial Blockchain Team.This service helps you build a stable,...

Quick start

This topic describes how to integrate and use Ant Cube Card.Ant Cube Card has been started public test by using the mPaaS 10.2.3 baseline version.However,only the mPaaS native AAR integration method is supported.For more ...

CubeEngine

This topic describes the methods of the core classes of the Ant Cube Card engine.createCard/*Create a single card@param config Card configuration parameters@param callback The callback for creating a card.*/-(void)...

Apply Blockchain

This topic describes how to apply to create or join the notary blockchain of Ant Blockchain.You can apply to create consortium blockchains to deploy your own blockchains and become a blockchain administrator.An ...

Add card resources

side navigation pane,select target App.In the left-side navigation pane,choose Mobile Delivery Service Ant Cube Card Card Management.The Card Management page appears.In the Card List on the Card Management page,click the ...

image

image is a built-in component of Ant Cube Card Engine.It is used to render a single image in a specified style.Embedded component support You cannot nest any other components.Style The image component supports all styles ...

Hover

Ant Cube Card allows you to configure the hover property and use the hover property to configure the node style.When the gesture clicks on a node with the hover configuration,the node displays the style configured by the ...

Use AntCubeTool

time compilation is enabled,do not close the terminal window.Preview the project Preview the project using the Ant Cube Card-Developer Tool.For more information,see:Android real device preview iOS real device preview Real-...

DescribeAntChainConsortiums

You can call this operation to query the consortiums in Ant Blockchain.Debugging OpenAPI Explorer automatically calculates the signature value.For your convenience,we recommend that you call this operation in OpenAPI ...

Download PDF files

the online version prevails.Section&Component PDF file mPaaS overview mPaaS Overview Access Android Access Android Access iOS Access iOS Mobile ...Program Ant Cube Card Ant Cube Card Client UI Components Client UI Components ...

slider

The slider component is used to alternately display multiple images in one ...Ant Cube Card Engine performs efficient memory reclamation on cell to achieve better performance.Styles Some capabilities in Common Styles are not...

text

text is a built-in component of Ant Cube Card Engine.It is used to render text in a specified style.text can only contain text values.You can use the {{}} tag to insert variable values as text content.Embedded component ...

Integrate into iOS

This topic describes how to preview a card on an iOS client.Prerequisites mPaaS has been activated and integrated.The AntCubeTool of Ant Cube Card has been installed.For more details,please refer to:About AntCubeTool.The ...

Architecture

resource management,resource operation,and security management.The blockchain engines currently support Ant Financial’s Ant Blockchain,Linux Foundation’s Hyperledger Fabric 2.2 LTS,and ConsenSys’s Enterprise Ethereum-...

10.2.3 series baseline

2025)Ant Cube Card Updated Support cache query interface.10.2.3.65(July 1,2025)Ant Cube Card Updated After swiper clears the data,save the swiper style,and reuse the style after updating the data again.10.2.3.64(June 25,...

Create a release task

side navigation pane,choose Mobile Delivery Service Ant Cube Card Card Management.The Card Management page appears.In the Card List on the Card Management page,click the card that you want to release.Click Create a Release...

Usage mode

while business enterprises act as the participants.Ant Blockchain Usage Mode The usage mode of Ant Blockchain is shown as below.The consortium owner applies for creating a consortium blockchain,and then invite consortium ...

自然拼读

评测请求参数 字段 类型 可选 说明 coreType String 必选 en.nsp.score表示自然拼读评测 refText String 必选 评分参考文本有两种:1、{"refText":"a(z:ae)a(z:ae)ant"}音标按内部音标规范 2、{"refText":"a(p:æ)a(p:æ)ant"}.按原始音标...

UpdateAntChain

You can call this operation to update the name of a blockchain in Ant Blockchain.Debugging OpenAPI Explorer automatically calculates the signature value.For your convenience,we recommend that you call this operation in ...
< 1 2 3 4 ... 200 >
共有200页 跳转至: GO
新人特惠 爆款特惠 最新活动 免费试用