OpenSDKv5.7.2
BNCustomYellowTips.h
浏览该文件的文档.
1//
2// BNCustomYellowTips.h
3// BNDriverPageKit
4//
5// Created by v_lisisi on 2020/6/3.
6// Copyright © 2020 Chen,Xintao. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
13@interface BNCustomYellowTips : NSObject
14@property (nonatomic, copy) NSString* title;
15@property (nonatomic, copy) NSString* subTitle;
16@property (nonatomic, copy) NSString* assistInfo; //辅助信息,tip_id=3(1为同城,2为跨城);tip_id=4(跳转url)
17@property (nonatomic, strong) NSString* styleText;//样式文本
18@property (nonatomic, assign) NSInteger tipsId; //小黄条唯一标识ID
19@property (nonatomic, assign) NSInteger iconId; //云端干预特定图片的id序列 Icon ID
20@property (nonatomic, assign) NSInteger backgroundColorId; //背景颜色id序列
21@property (nonatomic, strong) NSMutableArray* buttonArr;//按钮数组,类型为BMYellowTipsButtonInfo
22@property (nonatomic, strong) NSString* restrictionId; //可穿行id
23
24@property (nonatomic) BOOL jumpFlag; //是否支持跳转
25@property (nonatomic) BOOL panelFlag; //是否支持弹出面板
26@property (nonatomic, strong) NSString* eventId; //事件id
27@property (nonatomic) NSInteger eventType; //事件类型
28@property (nonatomic) NSInteger roadNo; //路线编号
29@end
30
31NS_ASSUME_NONNULL_END
NSMutableArray * buttonArr