a:if Use a:if="{{condition}}"to determine whether the code block needs to be rendered in the framework.view a:if="{{condition}}"True/view You can also use a:elif and a:else to add a else block.view a:if="{{length 5}}"1/...
In the process of developing an application based on mPaaS iOS framework,you can set the general functions without UI as a service(e.g.login)which can be easily obtained by other micro applications or services through the ...
Problem description The statistics of a specific version are not available on the mPaaS Mobile Analysis Service(MAS)console.For example,a customer has released a client version 5.12.1,but failed to query the statistical ...
A blockchain network is a consortium consisting of multiple organizations.You can create a consortium in one of the following ways:Quick mode:You only need to specify the required information,and Alibaba Cloud BaaS will ...
'0xc60a9d48105950a0cca07a4c6320b98c303ad42d694a634529e8e1a0a16fcdb5',balance:1000000000000000000,recover_key:'0x61df14a4625bd997eeae2ebcffe58aa95ab3fcd1d7660f83b5fe34a6e08915beae36d84f960f6baca008b67c919feae0f29c262b43e985...
BaaS provides the following API operations.Hyperledger Fabric Operation ...a consortium.AcceptFabricInvitation Accepts the invitation to join a consortium.JoinFabricChannel Confirms to join a channel.DescribeFabricInviter...
With Message Push Service(MPS),you can set tags to customize user groups to whom messages are pushed to facilitate user management.If you set a user tag when you push a message,you can push the message to all the users ...
This topic describes how to connect a mobile analytics component to an iOS client.You can use CocoaPods to connect the mobile gateway SDK to the client based on an existing project.Prerequisites Before you add the mobile ...
this method checks whether the string is prefixed with‘0x’.If it is prefixed with‘0x’,it is read as a hexadecimal string.Otherwise,it is read as an encoded ASCII string.hash true string The target transaction hash....
if both nodes A and B have the hover property and B is a child node of A,when B triggers a hover event,A no longer triggers a hover event.Follow the touch event blocking rules.That is,if a child node responds to a hover or...
a:for Use a:for attribute on a component to bind an array and use data of each item in the array to re-render this component.The subscript variable name of the current item in the array is index by default,the variable ...
Displayed indicator,Aggregation rule,and Display mode.Click Submit.Wait for a moment,and then you can see an analysis report.According to the report,the users finish payment using Alipay for 131 times while using credit ...
Log in to the mPaaS console,select the target app,and perform the following steps to create a user group:On the left-side navigation pane,choose Mobile Content Delivery Platform Group management,and click Create a group.In...
Whitelist management is a basic function of Mobile Delivery Service,which provides a whitelist management platform where you can easily create hundreds of thousands of whitelist data for the use by MDS.On the whitelist ...
After you create a card and add the card resource,you must release the card before the client can pull it.This topic describes how to create a release task in the mPaaS console.Prerequisites If you want to release a card ...
if="{{condition}}"True/view You can also use a:elif and a:else to add an else block.view a:if="{{length 5}}"1/view view a:elif="{{length 2}}"2/view view a:else 3/view block a:if Since a:if is a control attribute,you need ...
java script myContract.new(bytecode,{ from:'Tester001',/parameters:[param1,param2]},(err,contract,data)={ console.log(data)/Two parameters are required when calling the Issue contract method:the account identity and a ...
see the related topics.Environment API Account APIs Contract APIs Query APIs Local ...a recovery public key.asyncSetRecoverKey This API is called asynchronously to set a recovery public key.preResetPubKey This API is called ...
Create accounts You can call the CreateAccount operation to create a new account on a blockchain.Request parameters The following parameters are encapsulated and passed in as an object.Name Required Type Description from ...
In Identity as a Service(IDaaS),you can add accounts to a group to manage the permissions of the accounts in a centralized manner.Administrators can add accounts of the same position or role to a group and grant access ...
Alibaba Cloud BaaS provides a quick mode to create and deploy secure Enterprise Ethereum-Quorum networks.You only need to specify required information,and Alibaba Cloud BaaS will automatically perform operations to create ...
Type Sample Supported by the contract platform Supported as an input parameter bool bool a=true Yes Yes uint uint a=1 Yes Yes uint8~uint256 uint8 a=1 Yes Yes int int a=1 Yes Yes int8~int256 int8 a=1 Yes Yes bytes bytes a=...
it is a unique readable hash value.Ledger data Ledger data refers to the data written into a blockchain.A blockchain is a tamper-resistant ledger.Data written into a blockchain cannot be tampered and therefore can be ...
In the process of developing apps based on the mPaaS iOS framework,the independent service with a UI is often configured as a micro application(such as transfer in Alipay and recharging for mobile phones),which is isolated...
This topic describes how to create a card in the mPaaS console.Procedure Log on to the mPaaS console.In the left-side navigation pane,select an application.In the left-side navigation pane,choose Mobile Delivery Service ...
To ensure the security of your Alibaba Cloud account and cloud resources,we recommend that you do not use your Alibaba Cloud account to access Blockchain as a Service as a Service(BaaS).In most cases,we recommend that you ...
a message that is being pushed will not be pushed.A message that has been pushed but is not displayed will not be displayed.Revoke a message by calling APIs A message pushed in the simple push mode can be revoked by the ...
To query contracts or perform contract calculations,the local execution of smart contracts is performed on the local nodes of a blockchain without broadcasting or consensus.The parameters of locally executed transactions ...
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 ...
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,...
'0xc60a9d48105950a0cca07a4c6320b98c303ad42d694a634529e8e1a0a16fcdb5' },(err,data)={ console.log('QueryAccount:',data)})Query contract accounts You can call the QueryContract operation to query a specified contract account....
In this topic,you will create an application on which a toast pops up when you click the text,and get a signed APK package.This process mainly includes the following four steps:Create a project Compile the project Create a...
Alibaba Cloud BaaS allows you to add a new node from another environment into an existing Quorum netowrk.Add a new node from another environment You can create a Quorum node on another cloud platform or in your local ...
You can call this operation to query the latest blocks on a blockchain in Ant Blockchain.Debugging OpenAPI Explorer automatically calculates the signature value.For your convenience,we recommend that you call this ...
This topic describes how to connect mPaaS to a project in the native AAR mode.Procedure In Android Studio,open the existing project,and choose mPaaS Native AAR mode.In the pop-up access panel,click Start Importing under ...
and compliance audit.mPaaS is integrated with Alibaba Cloud ActionTrail.mPaaS operation ...a global sync message.mPaaS Synchronization Service(MSS)CreateMssSingleSyncData Create a single sync message.Message Push Service(MPS)...
An event is used for communication between the view layer and the logical layer.An event can pass user behavior to the logical layer for processing.You can bind an event to a component.When the event is triggered,the ...
You can perform the following operations on a blockchain in the BaaS console:Create a blockchain Apply for blockchain permissions Reset a certificate View the blockchain details Manage a blockchain Create a blockchain To ...
In this section,you will create an app that causes a Toast to appear when a user clicks a button,and obtain the installation package in APK format.This process mainly includes the following four steps:Create a project ...
In practice,a complete process usually covers multiple steps and each step can record an event.Funnel analysis helps analyze the conversion rate from the first step to subsequent steps.In the case of a step with a low ...