All Products
Search
Document Center

Mobile Platform as a Service:CubeModuleProtocol

Last Updated:Nov 24, 2025

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;

CubeModuleMethodCallback

/// callback
typedef void (^CubeModuleMethodCallback) (id result);