LicenseMetadata setContentName method
Sets the content file name of the document to be tracked, not including the path. This property is required.
For more information see getContentName, getContentPath and setContentPath.
Signature
public void setContentName(String contentName);
Parameters
Parameter | Datatype | Notes |
---|---|---|
contentName |
String |
Required Ex: "filename.txt" |
Defined in
LicenseMetadata.java
Supported Platforms
Minimum supported OS version |
Android 4.0.3 (API level 15) |