Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


result

Indicates whether the end user allowed the application to use mobile data to download Android asset packs.
Read time 1 minuteLast updated 6 days ago

Definition

public AndroidAssetPackUseMobileDataRequestResult result { get; }

Remarks

Until the operation is complete and RequestToUseMobileDataAsyncOperation.isDone returns true, this returns null. Read-only. Additional Resources: AndroidAssetPackUseMobileDataRequestResult, RequestToUseMobileDataAsyncOperation.isDone.