AliyunRenderBaseControllerEditProtocol

@protocol AliyunRenderBaseControllerEditProtocol <NSObject>

/****
 start edit; be used for merge multi modify API_AVAILABLE(3.22.0)
 */
- (void) beginEdit;
/****
 end edit; be used for apply all the modify between begin and end API_AVAILABLE(3.22.0)
 */
- (void) endEdit;
/****
 cancel edit; be used for reback the state before call the begin edit API_AVAILABLE(3.22.0)
 */
- (void) cancelEdit;

@end

Undocumented

  • * start edit; be used for merge multi modify API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    - (void)beginEdit;
  • * end edit; be used for apply all the modify between begin and end API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    - (void)endEdit;
  • * cancel edit; be used for reback the state before call the begin edit API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    - (void)cancelEdit;