RequestCodeHelper
Namespace: XPlat.Helpers
Represents a helper for generating request codes for applications.
Supported platforms
Platform
Version
.NET Standard
2.0
Xamarin.Android
9.0
Xamarin.iOS
1.0
UWP
10.0.16299
Static Properties
LastRequestCode
Gets the last requested code.
Static Methods
GenerateRequestCode()
Generates an integer request code.
Returns
Returns a value ranging from 1 to 65535 (ushort.MaxValue).
Reset()
Resets the request code.
Last updated