Titanium.Android.Activity.getString

Platform Since
Android 1.5

Summary

Get an Android or Application string using the passed-in Resource ID and optional format arguments. Also see Android's documentation for getString and String Resources

Arguments

Name Type Summary
resourceId Number

A Resource ID from the Application or Android.

format Array<Object>

Optional format arguments for the String resource

Return Type

String