Condition
InterfaceConsts
FlagRelevantAlways
FlagRelevantNow
Scheme
StateError
StateFalse
StateTrue
StateUnknown
Condition(Parcel)
Condition(Uri, String, ConditionState)
Condition(Uri, String, String, String, Int32, ConditionState, ConditionFlags)
Creator
Flags
Icon
Id
JniPeerMembers
Line1
Line2
State
Summary
ThresholdClass
ThresholdType
Copy()
DescribeContents()
IsValidId(Uri, String)
NewId(Context)
RelevanceToString(ConditionFlags)
StateToString(ConditionState)
WriteToParcel(Parcel, ParcelableWriteFlags)
monoandroid
namespace Android.Service.Notification
{
[Register("android/service/notification/Condition", ApiSince = 24, DoNotGenerateAcw = true)]
public sealed class Condition : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Service.Notification.ConditionState enum directly instead of this field.", true)]
[Register("STATE_UNKNOWN", ApiSince = 24)]
public const ConditionState StateUnknown = ConditionState.Unknown;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.Service.Notification.ConditionState enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API