if(Device.RuntimePlatform == Device.iOS) { //iOS stuff } else if(Device.RuntimePlatform == Device.Android) { //Android stuff }