Skip to content

AnnouncementAndroid

Announcement Android

LCMAnnouncement

Package : com.denachina.lcm.sdk.announcement
Class : LCMAnnouncement

 

Interface / Method / Attribute
Parameters details
Note
int announcementId

 

 get
String layoutJson

 

 get
long startTime

 

 get
long endTime

 

 get
String targetStoreType get
String targetCountry get

String targetAffcode

 get

String targetLid

 get
String targetAppVersion get
String targetSdkVersion get
LCMError lcmError 

get

RC9.2开始增加该属性,并删除errorCode和errorMsg属性。如需回去errorCode和errorMsg,可通过LCMError的相关方法获取

boolean isBeforeLoginAnnouncement get
public void

continueProcessing()

 After show the announcement call this method to continue.
public void

showDefaultUI(AnnouncementCallback callback)

 Callback of dialog dismissing
Back to top