This version of Unity is unsupported.

RequestToUseMobileDataAsyncOperation.isDone

public bool isDone;

Description

Checks if the operation is finished.

Returns true if the operation is finished. Otherwise, returns false. After this property returns true, you can check RequestToUseMobileDataAsyncOperation.result to see if the end user allowed the application to use mobile data. Read-only. See Also: RequestToUseMobileDataAsyncOperation.keepWaiting, RequestToUseMobileDataAsyncOperation.result.