Table of Contents

Interface IRuntimeInformationProvider

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll

Provides information about the current runtime environment.

public interface IRuntimeInformationProvider

Methods

IsMobile()

Indicates whether the current application is running on Mobile.

bool IsMobile()

Returns

bool

true if the current application is running on Mobile; otherwise, false.