ContactsContract.StatusUpdates.GetPresencePrecedence(StatusPresence) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the precedence of the status code the higher number being the higher precedence.
[Android.Runtime.Register("getPresencePrecedence", "(I)I", "")]
public static int GetPresencePrecedence (Android.Provider.StatusPresence status);
[<Android.Runtime.Register("getPresencePrecedence", "(I)I", "")>]
static member GetPresencePrecedence : Android.Provider.StatusPresence -> int
Parameters
- status
- StatusPresence
The status code.
Returns
An integer representing the precedence, 0 being the lowest.
- Attributes
Remarks
Returns the precedence of the status code the higher number being the higher precedence.
Java documentation for android.provider.ContactsContract.StatusUpdates.getPresencePrecedence(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.