コード例 #1
0
 public Transparent getTransparent()
 {
     if (this.transparent == null)
     {
         Transparent.Builder builder = Transparent.CreateBuilder().SetId("").SetTemplateId(this.getTemplateId()).SetMessageId("").SetTaskId("").SetAction("pushmessage").AddRangeActionChain((IEnumerable <ActionChain>) this.getActionChain()).SetPushInfo(this.pushInfo).SetAppId(this.appId).SetAppKey(this.appKey).AddCondition(this.getDurCondition());
         if (this.smsInfo != null)
         {
             builder.SetSmsInfo(this.smsInfo);
         }
         this.transparent = builder.Build();
     }
     return(this.transparent);
 }
コード例 #2
0
 // Token: 0x060005CC RID: 1484 RVA: 0x0000D11C File Offset: 0x0000B31C
 public Transparent getTransparent()
 {
     if (transparent == null)
     {
         Transparent.Builder builder = Transparent.CreateBuilder().SetId("").SetTemplateId(getTemplateId()).SetMessageId("").SetTaskId("").SetAction("pushmessage").AddRangeActionChain(getActionChain()).SetPushInfo(pushInfo).SetAppId(AppId).SetAppKey(AppKey).AddCondition(getDurCondition());
         if (smsInfo != null)
         {
             builder.SetSmsInfo(smsInfo);
         }
         transparent = builder.Build();
     }
     return(transparent);
 }