RcsServiceKindSupportedChangedEventArgs
RcsServiceKindSupportedChangedEventArgs
RcsServiceKindSupportedChangedEventArgs
RcsServiceKindSupportedChangedEventArgs
Class
Definition
Provides data for the ServiceKindSupportedChanged event.
public : sealed class RcsServiceKindSupportedChangedEventArgs : IRcsServiceKindSupportedChangedEventArgspublic sealed class RcsServiceKindSupportedChangedEventArgs : IRcsServiceKindSupportedChangedEventArgsPublic NotInheritable Class RcsServiceKindSupportedChangedEventArgs Implements IRcsServiceKindSupportedChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
An instance of this class is created by the system and passed as an argument to the ServiceKindSupportedChanged event.
Properties
ServiceKind ServiceKind ServiceKind ServiceKind
Gets the type of the Rich Communication Services (RCS) service.
public : RcsServiceKind ServiceKind { get; }public RcsServiceKind ServiceKind { get; }Public ReadOnly Property ServiceKind As RcsServiceKind// You can use this property in JavaScript.
The type of the Rich Communication Services (RCS) service.