File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Templates/Android/generated Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 66<#=writer.WriteHeader()#>
77<#=CreatePackageDef(host)#>
88<#
9+ /**
10+ * Manual check for deltaLink
11+ * This allows for a user to get the delta link URL with which
12+ * to make future delta query calls to the service. Since it is
13+ * not surfaced in the additionalDataManager, we add it manually
14+ * to the object for easy access.
15+ */
916 var deltaPage = false;
10- if (TypeName(c).Length > 6 && TypeName(c).Substring(TypeName(c).Length-5) == "Delta ") {
17+ if (c.Name == "delta ") {
1118 deltaPage = true;
1219 }
1320#>
Original file line number Diff line number Diff line change 66<#=writer.WriteHeader()#>
77<#=CreatePackageDef(host)#>
88<#
9+ /**
10+ * Manual check for deltaLink
11+ * This allows for a user to get the delta link URL with which
12+ * to make future delta query calls to the service. Since it is
13+ * not surfaced in the additionalDataManager, we add it manually
14+ * to the object for easy access.
15+ */
916 var deltaPage = false;
10- if (TypeName(c).Length > 6 && TypeName(c).Substring(TypeName(c).Length-5) == "Delta ") {
17+ if (c.Name == "delta ") {
1118 deltaPage = true;
1219 }
1320#>
You can’t perform that action at this time.
0 commit comments