1 件の回答
You can't write Salesforce triggers in android - triggers reside in the Salesforce database and are executed when an action occurs in the database (e.g. insert/update of a record). You are able to execute SOQL via the API, but not triggers directly.