We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Resources
1 parent 7c672ab commit 27e532dCopy full SHA for 27e532d
Sources/AndroidContent/Resources.swift
@@ -13,7 +13,7 @@ open class Resources: JavaObject {
13
/// Return a resource identifier for the given resource name. A fully qualified resource name is of the form "package:type/entry".
14
/// The first two components (package and type) are optional if defType and defPackage, respectively, are specified here.
15
@JavaMethod
16
- open func getIdentifier(_ name: String, _ defType: String?, _ defPackage: String?) -> Int32
+ open func getIdentifier(_ name: String, _ defType: String, _ defPackage: String) -> Int32
17
18
19
open func getQuantityString(_ arg0: Int32, _ arg1: Int32, _ arg2: [JavaObject?]) throws -> String
0 commit comments