REST Resource: edits.deobfuscationfiles
সম্পদ: DeobfuscationFile
একটি deobfuscation ফাইল প্রতিনিধিত্ব করে.
DeobfuscationFileType
একটি deobfuscation ফাইলের প্রকার.
Enums |
---|
deobfuscationFileTypeUnspecified | অনির্দিষ্ট deobfuscation ফাইল প্রকার. |
proguard | Proguard deobfuscation ফাইল টাইপ. |
nativeCode | নেটিভ ডিবাগিং চিহ্ন ফাইলের ধরন। |
পদ্ধতি |
---|
| একটি নতুন deobfuscation ফাইল আপলোড করে এবং নির্দিষ্ট APK-এর সাথে সংযুক্ত করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["DeobfuscationFile represents a file used to reverse obfuscation, which is a technique used to hide code functionality."],["It supports different file types like Proguard and Native debugging symbols, indicated by the `symbolType` field."],["Developers can upload these files to Google Play using the `upload` method to help with debugging and crash analysis."],["The DeobfuscationFileType enum specifies the type of deobfuscation file, which can be Proguard, native code, or unspecified."],["Deobfuscation files can be represented in JSON format, containing information like the symbol type."]]],[]]