C# 클래스 NativeShare, unity-native-sharing

상속: MonoBehaviour
파일 보기 프로젝트 열기: ChrisMaire/unity-native-sharing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ScreenshotName string

공개 메소드들

메소드 설명
CallSocialShare ( string title, string message ) : void
CallSocialShareAdvanced ( string defaultTxt, string subject, string url, string img ) : void
Share ( string shareText, string imagePath, string url, string subject = "" ) : void
ShareScreenshotWithText ( string text ) : void

비공개 메소드들

메소드 설명
showAlertMessage ( ConfigStruct &conf ) : void
showSocialSharing ( SocialSharingStruct &conf ) : void

메소드 상세

CallSocialShare() 공개 정적인 메소드

public static CallSocialShare ( string title, string message ) : void
title string
message string
리턴 void

CallSocialShareAdvanced() 공개 정적인 메소드

public static CallSocialShareAdvanced ( string defaultTxt, string subject, string url, string img ) : void
defaultTxt string
subject string
url string
img string
리턴 void

Share() 공개 메소드

public Share ( string shareText, string imagePath, string url, string subject = "" ) : void
shareText string
imagePath string
url string
subject string
리턴 void

ShareScreenshotWithText() 공개 메소드

public ShareScreenshotWithText ( string text ) : void
text string
리턴 void

프로퍼티 상세

ScreenshotName 공개적으로 프로퍼티

public string ScreenshotName
리턴 string