Getting android device's IP

I’m currently wonrking in an application for a companny, the app will provide support for those who need help with something related to their business. recently i’ve been asked to add the device’s IP on the object i send with all the information, however, i couldn’t find anything about it.
Is there a way to get a mobile device’s IP via C# script?

Unity has something build-in. instead of few lines of native C# network code, you could just:

Network.player.ipAddress

Works on every platform!